using System.Drawing; namespace TProduct.PumpGraph.Picture { public interface IFeatChart { Image CreateImage(); } }