Фиксы

This commit is contained in:
Marselchi 2023-11-24 15:22:12 +04:00
parent cd5b790f24
commit c05b306cb1
2 changed files with 2 additions and 2 deletions

View File

@ -148,8 +148,7 @@ namespace Liner
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
private void ButtonRefreshCollection_Click(object sender, EventArgs
e)
private void ButtonRefreshCollection_Click(object sender, EventArgs e)
{
if (listBoxStorages.SelectedIndex == -1)
{

View File

@ -35,4 +35,5 @@ namespace Liner.MovingStrategies
public void MoveObject(DirectionType direction) =>
_drawingLiner?.MoveTransport(direction);
}
}