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