1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| 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;
| }
| }
|
|