客房管理系统_1._0.Register.Register C# (CSharp) Méthode

Register() public méthode

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