2 комментария
This commit is contained in:
parent
231a6be0b5
commit
8cf45a8ea4
@ -48,6 +48,7 @@ namespace Laba1Loco
|
||||
|
||||
private void AddTrain(DrawingTrain train)
|
||||
{
|
||||
//проверка что бы ничего не сломалось
|
||||
if (listBoxStorage.SelectedIndex == -1)
|
||||
{
|
||||
return;
|
||||
@ -75,6 +76,7 @@ namespace Laba1Loco
|
||||
/// <param name="e"></param>
|
||||
private void ButtonAddTrain_Click(object sender, EventArgs e)
|
||||
{
|
||||
//проверка что бы не вызывалась формочка
|
||||
if (listBoxStorage.SelectedIndex == -1)
|
||||
{
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user