ATMLCommonLibrary.controls.bus.PXIControl.PXIControl C# (CSharp) Method

PXIControl() public method

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