Files
mapo-mono/MP.MONO.Data/Utils.cs
T
2022-10-25 12:02:23 +02:00

13 lines
182 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MP.MONO.Data
{
public class Utils
{
}
}