Files
bodyshop-uploader/DotNetDBF.Test/Program.cs
2022-02-11 15:06:05 -08:00

17 lines
230 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace DotNetDBF.Test
{
#if !NETCOREAPP2_0
public class Program
{
public static void Main()
{
}
}
#endif
}