Zhimolostnova A.V. Hard lab work 1 #4

Closed
AnnZhimol wants to merge 5 commits from LabRab_1_Hard into LabRab_1
3 changed files with 3 additions and 0 deletions
Showing only changes of commit e78e856241 - Show all commits

View File

@ -14,6 +14,7 @@ namespace SoftwareInstallationView
InitializeComponent();
_logger = logger;
_logic = logic;
LoadData();
}
private void FormComponents_Load(object sender, EventArgs e)

View File

@ -16,6 +16,7 @@ namespace SoftwareInstallationView
InitializeComponent();
_logger = logger;
_orderLogic = orderLogic;
LoadData();
}
private void FormMain_Load(object sender, EventArgs e)

View File

@ -14,6 +14,7 @@ namespace SoftwareInstallationView
InitializeComponent();
_logger = logger;
_logic = logic;
LoadData();
}
private void FormPackages_Load(object sender, EventArgs e)