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