Exemplo n.º 1
0
        private static void ShowExecutableSelection(Game g)
        {
            var selection = new Views.wndExecutableSelection {
                Tag = g
            };

            selection.ShowDialog();
        }
Exemplo n.º 2
0
		private static void ShowExecutableSelection(Game g) {
			var selection = new Views.wndExecutableSelection {
				Tag = g
			};
			selection.ShowDialog();
		}