Working on some of the fundamentals of the Context side of things. The Win 32 API is very wonky here though. Going to take some time.

This commit is contained in:
antiduh
2014-06-19 21:53:34 +00:00
parent 07b6c4c77c
commit cfba81cfe2
5 changed files with 132 additions and 0 deletions

12
Contexts/ServerContext.cs Normal file
View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NSspi.Contexts
{
class ServerContext
{
}
}