Fixed namespaces; Working on server-side UI.
This commit is contained in:
@@ -11,9 +11,12 @@ using System.Windows.Forms;
|
||||
using NSspi;
|
||||
using NSspi.Contexts;
|
||||
using NSspi.Credentials;
|
||||
using TestProtocol;
|
||||
|
||||
namespace TestClient
|
||||
{
|
||||
using Message = TestProtocol.Message;
|
||||
|
||||
public partial class Form1 : Form
|
||||
{
|
||||
private ClientContext context;
|
||||
|
||||
Reference in New Issue
Block a user