Nikiforova V.M. Lab work 03 #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork03"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Зачтено с понижением балла(ов)
@ -0,0 +64,4 @@
FormBus form = new();
if (form.ShowDialog() == DialogResult.OK)
{
DrawningObjectBus bus = new(form.SelectedBus);
Сперва надо проверять, что form.SelectedBus не равно null и потом только длать действия
@ -0,0 +92,4 @@
return;
}
int pos = Convert.ToInt32(maskedTextBoxPosition.Text);
if (_mapBusesCollectionGeneric - pos != -1)
Тип возвращаемого значения выбран неверно
@ -0,0 +71,4 @@
/// <param name="map"></param>
/// <param name="position"></param>
/// <returns></returns>
public static int operator -(MapWithSetBusesGeneric<T, U> map, int position)
Тип возвращаемого значения выбран неверно
@ -0,0 +84,4 @@
return -1;
}
_places[position] = null;
return position;
Тип возвращаемого значения выбран неверно