Files
gwms/GWMS.Data/Constants.cs
T
2021-05-28 19:08:23 +02:00

12 lines
182 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GWMS.Data
{
public class Constants
{
}
}