Ejemplo n.º 1
0
 public override void Clear()
 {
     KeyPress                  = null;
     OSCommandObject           = null;
     _button                   = null;
     _dcsbiosBindingStreamDeck = null;
     _bipLinkStreamDeck        = null;
     TextBox.Background        = Brushes.LightSteelBlue;
     TextBox.Text              = "";
 }
Ejemplo n.º 2
0
 public BillStreamDeckAction(TextBox textBox, StreamDeckButtonOnOff button, StreamDeckPanel streamDeckPanel)
 {
     TextBox          = textBox;
     _button          = button;
     _streamDeckPanel = streamDeckPanel;
 }
Ejemplo n.º 3
0
 public BillStreamDeckAction(TextBox textBox, StreamDeckButtonOnOff button)
 {
     TextBox = textBox;
     _button = button;
 }