Added SQL Interface to NAV Object table with support for serialization. Tested this.
This commit is contained in:
14
NAVSCM Library/NavInterface/NavObject.cs
Normal file
14
NAVSCM Library/NavInterface/NavObject.cs
Normal 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
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user