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