コード例 #1
0
ファイル: Surveys.cs プロジェクト: rodgerbuzness/DDCA
 public SurveyView()
 {
     Client         = new ClientInfo();
     ProfileEditor1 = new ProfileEditor1();
     ProfileEditor2 = new ProfileEditor2();
     ProfileEditor3 = new ProfileEditor3();
 }
コード例 #2
0
ファイル: Surveys.cs プロジェクト: rodgerbuzness/DDCA
 public SurveyProfileEdit()
 {
     ProfileEditor1 = new ProfileEditor1();
     ProfileEditor2 = new ProfileEditor2();
     ProfileEditor3 = new ProfileEditor3();
 }