Added SQL Interface to NAV Object table with support for serialization. Tested this.

This commit is contained in:
Torben Nehmer
2016-11-20 21:34:21 +01:00
parent f816138188
commit e2eb504261
11 changed files with 608 additions and 1 deletions

View File

@ -0,0 +1,14 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NavScm.NavInterface
{
partial class NavObject
{
}
}