Example #1
0
 private void ButtonInfoLayer_OnClick(object sender, RoutedEventArgs e)
 {
     Debug.WriteLine(_streamDeckPanel.GetConfigurationInformation());
     Debug.WriteLine(HIDHandler.GetInformation());
     Debug.WriteLine(_streamDeckPanel.GetLayerHandlerInformation());
     Debug.WriteLine(EventHandlers.GetInformation());
 }