コード例 #1
0
 public dairyKing(LandingPage parentForm)
 {
     InitializeComponent();
     theParentForm = parentForm;
 }
コード例 #2
0
 public FormCompletionPage(LandingPage landingPage)
 {
     InitializeComponent();
     theParentForm = landingPage;
 }
コード例 #3
0
ファイル: cowFilA.cs プロジェクト: Dterry23/ChapmanRepo
 public cowFilA(LandingPage parentpage)
 {
     InitializeComponent();
     pParentPage = parentpage;
 }
コード例 #4
0
ファイル: mcburgers.cs プロジェクト: Dterry23/ChapmanRepo
 public mcburgers(LandingPage parentForm)
 {
     InitializeComponent();
     theLandingPage = parentForm;
 }