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