This commit is contained in:
ValAnn 2023-12-08 09:19:43 +04:00
parent 192ea364fd
commit 2b115c48b5
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ namespace DumpTruck.Generics
/// Удаление набора
/// </summary>
/// <param name="name">Название набора</param>
public void DelSet(string name)
public void DelSet(string name)
{
if (!_carStorages.ContainsKey(name))
{

View File

@ -92,7 +92,7 @@ pictureBoxCollection.Height);
}
private void ButtonRemoveCar_Click(object sender, EventArgs e)
private void ButtonRemoveCar_Click(object sender, EventArgs e)
{
if (listBoxStorages.SelectedIndex == -1)
{