Exemplo n.º 1
0
 private void InitDirect3DHost()
 {
     if (!this.DesignMode)
     {
         this.hardwareInfo     = new Direct3DHardware();
         this.graphicsSettings = new Direct3DSettings();
     }
 }
Exemplo n.º 2
0
 private void InitDirect3DHost()
 {
     if(!this.DesignMode)
     {
         this.hardwareInfo = new Direct3DHardware();
         this.graphicsSettings = new Direct3DSettings();
     }
 }