Ejemplo n.º 1
0
        private static void ShowScreenshots(Game g)
        {
            var screenshots = new Views.wndScreenshots {
                Tag = g
            };

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