using DevExpress.XtraCharts.Designer.Native; using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; namespace IBox.WinFrmUI { public class WaterPumpCalcViewModel { public PointF? PointF { get; set; } = null; } }