Files
2021-02-18 17:12:21 +01:00

16 lines
235 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Thermo.Cam.Utils
{
public enum pointList
{
A = 0,
B,
C,
D
}
}