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