private void OnControlLost(RadialController sender, object args)
 {
     if (_status != null)
     {
         _status.Deactivate();
     }
 }
Esempio n. 2
0
 private void OnControlLost(RadialController sender, object args)
 {
     if (_status != null)
     {
         _status.Deactivate();
         VsHelpers.WriteStatus("Dial deactivated");
     }
 }