public ClientForm(AuthorizationsForm f1)
 {
     InitializeComponent();
     client = new DataBase.DataBaseClient();
     parser = new CodeParser();
     _f1 = f1;
 }
Exemple #2
0
 public RegForm(AuthorizationsForm f1)
 {
     InitializeComponent();
     _f1 = f1;
 }
Exemple #3
0
 public RegForm(AuthorizationsForm f1)
 {
     InitializeComponent();
     client = new DataBase.DataBaseClient();
     _f1 = f1;
 }