Inheritance: System.Windows.Window, IComponentConnector, IStyleConnector
Exemplo n.º 1
0
        private static void ShowScreenshots(Game g)
        {
            wndScreenshots screenshots = new wndScreenshots {
                Tag = g
            };

            if (screenshots.ShowDialog() == true)
            {
                GC.Collect();
            }
        }
Exemplo n.º 2
0
 private static void ShowScreenshots(Game g)
 {
     wndScreenshots screenshots = new wndScreenshots {
         Tag = g
     };
     if (screenshots.ShowDialog() == true)
     {
         GC.Collect();
     }
 }