コード例 #1
0
 protected override void OnCreateControl ( )
 {
         // construction logic
         graphicsDeviceService =
             GraphicsDeviceService.AddReference
             (
                 owner.Handle,
                 vpRectangle
             );
         
         // more construction logic
         // Give derived classes a chance to initialize themselves.
         Initialize ( );
     }