Tomasheva_Lab_№4 #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "Lab4"
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?
Зачтено с понижением балла(ов)
@ -74,0 +126,4 @@
this.listBoxMaps.Name = "listBoxMaps";
this.listBoxMaps.Size = new System.Drawing.Size(151, 64);
this.listBoxMaps.TabIndex = 1;
this.listBoxMaps.Click += new System.EventHandler(this.ListBoxMaps_SelectedIndexChanged);
Выбрно неверное событие у listBox
@ -0,0 +46,4 @@
{
if (_mapStorages.ContainsKey(name))
{
MessageBox.Show("Карта уже существует");
В классе с логикой не выводят сообщения
Зачтено с понижением балла(ов)
Pull request closed