Beispiel #1
0
        private static void ShowMemoryCardSelection(Game g)
        {
            var card = new Views.wndMemCard {
                Tag = g
            };

            card.ShowDialog();
        }
Beispiel #2
0
		private static void ShowMemoryCardSelection(Game g) {
			var card = new Views.wndMemCard {
				Tag = g
			};
			card.ShowDialog();
		}