ATMLCommonLibrary.controls.switching.SwitchForm.SwitchForm C# (CSharp) Метод

SwitchForm() публичный Метод

public SwitchForm ( InstrumentDescription instrument ) : System
instrument InstrumentDescription
Результат System
        public SwitchForm(InstrumentDescription instrument)
        {
            InitializeComponent();
            matrixSwitchControl.Visible = false;
            switchControl.Instrument = instrument;
        }