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