Фиксы
This commit is contained in:
parent
cd5b790f24
commit
c05b306cb1
@ -148,8 +148,7 @@ namespace Liner
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="sender"></param>
|
/// <param name="sender"></param>
|
||||||
/// <param name="e"></param>
|
/// <param name="e"></param>
|
||||||
private void ButtonRefreshCollection_Click(object sender, EventArgs
|
private void ButtonRefreshCollection_Click(object sender, EventArgs e)
|
||||||
e)
|
|
||||||
{
|
{
|
||||||
if (listBoxStorages.SelectedIndex == -1)
|
if (listBoxStorages.SelectedIndex == -1)
|
||||||
{
|
{
|
||||||
|
@ -35,4 +35,5 @@ namespace Liner.MovingStrategies
|
|||||||
public void MoveObject(DirectionType direction) =>
|
public void MoveObject(DirectionType direction) =>
|
||||||
_drawingLiner?.MoveTransport(direction);
|
_drawingLiner?.MoveTransport(direction);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user