ATMLCommonLibrary.controls.switching.SwitchForm.SwitchForm C# (CSharp) Method

SwitchForm() public method

public SwitchForm ( InstrumentDescription instrument ) : System
instrument InstrumentDescription
return System
        public SwitchForm(InstrumentDescription instrument)
        {
            InitializeComponent();
            matrixSwitchControl.Visible = false;
            switchControl.Instrument = instrument;
        }