コード例 #1
0
ファイル: StartPage.xaml.cs プロジェクト: hetag34/ship34
 private void goToGame(string playerFileName)
 {
     this.NavigationService.Navigate(new Game(PlayerDB.getDB().loadGame(playerFileName)));
 }