using System; using System.Collections.Generic; using System.Text; using Darwinbots3.CommonInterface.Modules; using System.Windows.Forms; namespace Darwinbots3.DrawingSurface { class DeviceContext : IModuleGraphics { //Control drawingControl; public Type DrawingControl { get { return typeof(SpinningTriangleControl); } } } }