Inheritance: System.Windows.Window, IComponentConnector
Beispiel #1
0
        private static void ShowCustomConfig(Game g)
        {
            wndCustomConfig config = new wndCustomConfig {
                Tag = g
            };

            GameManager.ImportConfig(g);
            bool flag1 = config.ShowDialog() == true;
        }
Beispiel #2
0
 private static void ShowCustomConfig(Game g)
 {
     wndCustomConfig config = new wndCustomConfig {
         Tag = g
     };
     GameManager.ImportConfig(g);
     bool flag1 = config.ShowDialog() == true;
 }