Exemplo n.º 1
0
 public static void NotifyStreamDeckConfigurationChange(object sender, string bindingHash)
 {
     OnStreamDeckConfigurationChangeEventHandler?.Invoke(sender, new StreamDeckConfigurationChangedArgs()
     {
         BindingHash = bindingHash
     });
 }
Exemplo n.º 2
0
 public static void NotifyStreamDeckConfigurationChange(object sender)
 {
     OnStreamDeckConfigurationChangeEventHandler?.Invoke(sender, new StreamDeckConfigurationChangedArgs());
 }