using Dashboard.Windowing; namespace Dashboard.Drawing { public interface IDrawQueuePaintable : IPaintable { DrawQueue DrawQueue { get; } } }