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