надо
This commit is contained in:
parent
7262553726
commit
fee5958c89
@ -69,7 +69,7 @@ MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
{
|
||||
try
|
||||
{
|
||||
if (int.Parse(numericUpDownCount.Value.ToString()) <= 0 || dateTimePickerDateMaterial.Value.Date <= DateTime.Now || checkedListBox1.SelectedItems.Count == 0)
|
||||
if (int.Parse(numericUpDownCount.Value.ToString()) <= 0 || dateTimePickerDateMaterial.Value.Date <= DateTime.Now || checkedListBox.SelectedItems.Count == 0)
|
||||
{
|
||||
throw new Exception("Имеются незаполненные поля");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user