Import dotnetDBF for error handling.

This commit is contained in:
Patrick Fic
2022-02-11 15:06:05 -08:00
parent 991ad38839
commit f32c149bae
75 changed files with 5585 additions and 7 deletions

16
DotNetDBF.Test/Program.cs Normal file
View File

@@ -0,0 +1,16 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace DotNetDBF.Test
{
#if !NETCOREAPP2_0
public class Program
{
public static void Main()
{
}
}
#endif
}