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