Example #1
0
        private static void GenerateExecutable(Game g)
        {
            var executable = new Views.wndGenerateExecutable {
                Tag = g
            };

            executable.ShowDialog();
        }
Example #2
0
		private static void GenerateExecutable(Game g) {
			var executable = new Views.wndGenerateExecutable {
				Tag = g
			};
			executable.ShowDialog();
		}