ATMLCommonLibrary.controls.driver.DriverControl.DriverControl C# (CSharp) Method

DriverControl() public method

public DriverControl ( ) : System
return System
        public DriverControl()
        {
            InitializeComponent();
            cmbDriverType.DataSource = Enum.GetNames( typeof (DriverItemChoiceType) );
        }