Ejemplo n.º 1
0
 public CreateAccountForm()
 {
     InitializeComponent();
     accountService = new AccountService();
     departmentOfEducationAndTrainingService = new DepartmentOfEducationAndTrainingService();
     OnAccountCreated += CreateAccountForm_OnAccountCreated;
 }
Ejemplo n.º 2
0
 public ResetPasswordForm()
 {
     InitializeComponent();
     accountService = new AccountService();
     departmentOfEducationAndTrainingService = new DepartmentOfEducationAndTrainingService();
 }
Ejemplo n.º 3
0
 public DepartmentOfEducationAndTrainingForm()
 {
     InitializeComponent();
     departmentOfEducationAndTrainingService = new DepartmentOfEducationAndTrainingService();
     EditDoEaTForm.OnInforUpdated           += EditDoEaTForm_OnInforUpdated;
 }