예제 #1
0
        public DrawEventArgs(DrawingSurface drawingSurface, GraphicsDevice graphicsDevice)
			: base(graphicsDevice)
        {
	        _drawingSurface = drawingSurface;
        }
예제 #2
0
 public DrawEventArgs(DrawingSurface drawingSurface, GraphicsDevice graphicsDevice)
     : base(graphicsDevice)
 {
     _drawingSurface = drawingSurface;
 }