예제 #1
0
 private void ButtonIdentifyPanel_OnClick(object sender, RoutedEventArgs e)
 {
     try
     {
         _streamDeckPanel.Identify();
     }
     catch (Exception ex)
     {
         Common.ShowErrorMessageBox(ex);
     }
 }