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