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