Beispiel #1
0
 public Otel()
 {
     InitializeComponent();
     WorkWithFile.LoadArray("Employee.txt"); //Открывается файл при инициализации формы
     this.lastName.HidePromptOnLeave    = true;
     this.firstName.HidePromptOnLeave   = true;
     this.midlleName.HidePromptOnLeave  = true;
     this.position.HidePromptOnLeave    = true;
     this.citizenShip.HidePromptOnLeave = true;
     this.homeAddress.HidePromptOnLeave = true;
 }
Beispiel #2
0
 public Сотрудник()
 {
     WorkWithFile.LoadArray("Employee.txt");
     InitializeComponent();
 }