ATMLCommonLibrary.controls.bus.PXIControl.PXIControl C# (CSharp) 메소드

PXIControl() 공개 메소드

public PXIControl ( ) : System
리턴 System
        public PXIControl()
        {
            InitializeComponent();
            InitControls();
            cmbSlotSize.DataSource = Enum.GetNames(typeof (PXISlotSize));
        }