Inheritance: System.Windows.Window, IComponentConnector
Exemplo n.º 1
0
 private static void ShowMemoryCardSelection(Game g)
 {
     wndMemCard card = new wndMemCard {
         Tag = g
     };
     bool flag1 = card.ShowDialog() == true;
 }
Exemplo n.º 2
0
 private static void ShowMemoryCardSelection(Game g)
 {
     wndMemCard card = new wndMemCard {
         Tag = g
     };
     bool flag1 = card.ShowDialog() == true;
 }