コード例 #1
0
 public override void Clear()
 {
     KeyPress                  = null;
     OSCommandObject           = null;
     _button                   = null;
     _dcsbiosBindingStreamDeck = null;
     _bipLinkStreamDeck        = null;
     TextBox.Background        = Brushes.LightSteelBlue;
     TextBox.Text              = "";
 }
コード例 #2
0
        public override void Clear()
        {
            _streamDeckTargetLayer = null;
            _bipLinkStreamDeck     = null;
            Button           = null;
            _textFont        = SettingsManager.DefaultFont;
            _fontColor       = SettingsManager.DefaultFontColor;
            _backgroundColor = SettingsManager.DefaultBackgroundColor;
            _dcsbiosDecoder  = null;
            _textFont        = SettingsManager.DefaultFont;

            if (TextBox != null)
            {
                TextBox.Background = Brushes.LightSteelBlue;
                TextBox.Text       = "";
            }
            _imageFileRelativePath = "";
        }