コード例 #1
0
        public override void Consume(List <DCSBIOSInput> dcsBiosInputs)
        {
            if (_dcsbiosBindingStreamDeck == null)
            {
                _dcsbiosBindingStreamDeck = new ActionTypeDCSBIOS(_streamDeckPanel);
            }

            _dcsbiosBindingStreamDeck.DCSBIOSInputs = dcsBiosInputs;
        }
コード例 #2
0
 public override void Clear()
 {
     KeyPress                  = null;
     OSCommandObject           = null;
     _button                   = null;
     _dcsbiosBindingStreamDeck = null;
     _bipLinkStreamDeck        = null;
     TextBox.Background        = Brushes.LightSteelBlue;
     TextBox.Text              = "";
 }