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;
        }