Exemple #1
0
 public void ChangeState(IDeployerState newState)
 {
     lock (this)
     {
         _indicatorRefresh.ClearAll();
         _controller.State = newState;
         _controller.State.Check();
     }
 }
 public void ChangeState(IDeployerState newState)
 {
     lock (this)
     {
         _indicatorRefresh.ClearAll();
         _controller.State = newState;
         _controller.State.Check();
     }
 }