работа с формами1

This commit is contained in:
Aleksandr4350 2024-11-19 15:04:19 +04:00
parent d5889d1e51
commit 039c2676cc
7 changed files with 15 additions and 10 deletions

View File

@ -117,7 +117,8 @@
private void buttonCancel_Click_Click(object sender, EventArgs e)
{
// Закрытие формы без сохранения
this.Close();
}
}
}

View File

@ -37,7 +37,8 @@ namespace ProjectLibrary.Forms
private void buttonCancel_Click_Click(object sender, EventArgs e)
{
// Закрытие формы без сохранения
this.Close();
}
}
}

View File

@ -1,6 +1,4 @@
using System;
using System.Windows.Forms;
using ProjectLibrary.Entites;
using ProjectLibrary.Entites;
namespace ProjectLibrary.Forms
{
@ -39,7 +37,8 @@ namespace ProjectLibrary.Forms
private void buttonCancel_Click_Click(object sender, EventArgs e)
{
// Закрытие формы без сохранения
this.Close();
}
}
}

View File

@ -39,7 +39,8 @@ namespace ProjectLibrary.Forms
private void buttonCancel_Click_Click(object sender, EventArgs e)
{
// Закрытие формы без сохранения
this.Close();
}
}
}

View File

@ -50,7 +50,8 @@ namespace ProjectLibrary.Forms
private void buttonCancel_Click_Click(object sender, EventArgs e)
{
// Закрытие формы без сохранения
this.Close();
}
}
}

View File

@ -42,7 +42,8 @@ namespace ProjectLibrary.Forms
private void buttonCancel_Click_Click(object sender, EventArgs e)
{
// Закрытие формы без сохранения
this.Close();
}
}
}

View File

@ -42,7 +42,8 @@ namespace ProjectLibrary.Forms
private void buttonCancel_Click_Click(object sender, EventArgs e)
{
// Закрытие формы без сохранения
this.Close();
}
}
}