Пример #1
0
 public DrawEventArgs(DrawingSurface drawingSurface, GraphicsDevice graphicsDevice)
     : base(graphicsDevice)
 {
     _drawingSurface = drawingSurface;
 }
Пример #2
0
        public DrawEventArgs(DrawingSurface drawingSurface, GraphicsDevice graphicsDevice)
			: base(graphicsDevice)
        {
	        _drawingSurface = drawingSurface;
        }