using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms;

namespace Darwinbots3.CommonInterface.Modules
{
    public interface IModuleGraphics
    {
        Type DrawingControl { get;}
    }
}