コード例 #1
0
 public ClientForm(AuthorizationsForm f1)
 {
     InitializeComponent();
     client = new DataBase.DataBaseClient();
     parser = new CodeParser();
     _f1 = f1;
 }
コード例 #2
0
ファイル: RegForm.cs プロジェクト: Sipleman/KPITeamProject
 public RegForm(AuthorizationsForm f1)
 {
     InitializeComponent();
     _f1 = f1;
 }
コード例 #3
0
ファイル: RegForm.cs プロジェクト: BogdanOros/KPITeamProject
 public RegForm(AuthorizationsForm f1)
 {
     InitializeComponent();
     client = new DataBase.DataBaseClient();
     _f1 = f1;
 }