wip
This commit is contained in:
parent
a556a4b735
commit
97efceb2de
@ -123,15 +123,12 @@ public partial class MainWindow : Window
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
TimerControlRectangleAnimation.StartTimer(5);
|
TimerControlRectangleAnimation.StartTimer(5);
|
||||||
|
SwitchButtonAndTimerPanel();
|
||||||
}
|
}
|
||||||
catch (Exception exception)
|
catch (Exception exception)
|
||||||
{
|
{
|
||||||
this._logger.Error(exception.Message);
|
this._logger.Error(exception.Message);
|
||||||
}
|
}
|
||||||
finally
|
|
||||||
{
|
|
||||||
SwitchButtonAndTimerPanel();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void SwitchButtonAndTimerPanel()
|
private void SwitchButtonAndTimerPanel()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user