Putilin P. A. Lab work 1 Hard #10

Closed
Pavel wants to merge 5 commits from Lab1Hard into Lab1Base
Showing only changes of commit 07579f53fd - Show all commits

View File

@ -94,7 +94,7 @@ namespace PrecastConcretePlantView
Name = comboBoxShop.Text,
Address = textBoxAddress.Text,
DateOpening = dateTimePickerOpening.Value,
};
};
var vmodel = GetShop(Id);
bool operationResult = false;