ПИбд-23 Волков Никита Андреевич Лабораторная работа №1 Усложненная #2

Closed
bocchanskyy wants to merge 3 commits from Lab1Hard into Lab1Base
2 changed files with 8 additions and 1 deletions
Showing only changes of commit ddca260756 - Show all commits

View File

@ -148,6 +148,7 @@
this.buttonSave.TabIndex = 28;
this.buttonSave.Text = "Сохранить";
this.buttonSave.UseVisualStyleBackColor = true;
this.buttonSave.Click += ButtonSave_Click;
//
// buttonCancel
//
@ -158,6 +159,7 @@
this.buttonCancel.TabIndex = 27;
this.buttonCancel.Text = "Отмена";
this.buttonCancel.UseVisualStyleBackColor = true;
this.buttonCancel.Click += ButtonCancel_Click;
//
// FormShop
//
@ -182,6 +184,11 @@
}
private void ButtonCancel_Click1(object sender, EventArgs e)
{
throw new NotImplementedException();
}
#endregion
private DateTimePicker dateTimePicker;

View File

@ -88,7 +88,7 @@ namespace ComputersShopView
}
if (string.IsNullOrEmpty(textBoxAddress.Text))
{
MessageBox.Show("Заполните цену", "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
MessageBox.Show("Заполните адрес", "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
return;
}
_logger.LogInformation("Сохранение магазина");