done
This commit is contained in:
parent
192ea364fd
commit
2b115c48b5
@ -64,7 +64,7 @@ namespace DumpTruck.Generics
|
|||||||
/// Удаление набора
|
/// Удаление набора
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="name">Название набора</param>
|
/// <param name="name">Название набора</param>
|
||||||
public void DelSet(string name)
|
public void DelSet(string name)
|
||||||
{
|
{
|
||||||
if (!_carStorages.ContainsKey(name))
|
if (!_carStorages.ContainsKey(name))
|
||||||
{
|
{
|
||||||
|
@ -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)
|
if (listBoxStorages.SelectedIndex == -1)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user