コード例 #1
0
ファイル: ControlTests.cs プロジェクト: thePantz/cuite
 public void TestInitialize()
 {
     mainScreen = Screen.Launch<MainScreen>(ApplicationFilePath);
 }
コード例 #2
0
ファイル: ControlTests.cs プロジェクト: kasthurk/cuite
 public void TestInitialize()
 {
     ApplicationUnderTest.Launch(ApplicationFilePath);
     mainScreen = new MainScreen();
 }