Удаление лишних строк

This commit is contained in:
Кашин Максим 2022-10-08 19:58:40 +04:00
parent ec6e19c626
commit f0138b67c1

View File

@ -16,9 +16,7 @@ namespace GasolineTanker
public FormMapWithSetGasolineTanker()
{
InitializeComponent();
}
}
private void ButtonAddGasolineTanker_Click(object sender, EventArgs e)
{
if (_mapGasolineTankerCollectionGeneric == null)