ningshuxia
2025-03-12 2596928b751bb5edc6ff0537c3950d0cabaf2018
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;
    }
}