ATMLCommonLibrary.controls.driver.DriverControl.DriverControl C# (CSharp) 메소드

DriverControl() 공개 메소드

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