客房管理系统_1._0.Register.Register C# (CSharp) Method

Register() public method

public Register ( ) : System
return System
        public Register()
        {
            InitializeComponent();
            this.comboBoxRegisterSex.SelectedIndex = 0;
            this.comboBoxRegisterPrivilege.SelectedIndex = 0;
        }