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