コード例 #1
0
        private void GoFishLoad_Executed(object sender, ExecutedRoutedEventArgs e)
        {
            GoFishControl gofish = ((GoFishControl)GameArea.Children[0]);

            gofish.LoadGameWindow();
        }
コード例 #2
0
        private void GoFishSave_Executed(object sender, ExecutedRoutedEventArgs e)
        {
            GoFishControl gofish = ((GoFishControl)GameArea.Children[0]);

            gofish.SaveGame();
        }