PIbd-22. Stroev V.M. Lab Work Hard 02 #9

Closed
StroevVladimir wants to merge 8 commits from Lab2_Hard into Lab1_Hard
Showing only changes of commit cd2c29120d - Show all commits

View File

@ -32,9 +32,8 @@ namespace PlumbingRepairView
{
InitializeComponent();
_logger = logger;
_listStores = new();
_logic = logic;
_works = new Dictionary<int, (IWorkModel, int)>();
_listStores = new Dictionary<int, (IWorkModel, int)>();
}
private void SaveButton_Click(object sender, EventArgs e)