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; }
public Сотрудник() { WorkWithFile.LoadArray("Employee.txt"); InitializeComponent(); }