AcManager.QuickSwitches.QuickSwitchesBlock.QuickSwitchesBlock C# (CSharp) Method

QuickSwitchesBlock() public method

public QuickSwitchesBlock ( ) : System
return System
        public QuickSwitchesBlock() {
            InitializeComponent();
            Rebuild();

            SettingsHolder.Drive.PropertyChanged += Drive_PropertyChanged;
        }