Recovered from cvs revision 2007-05-16 03:34:00

This commit is contained in:
2007-05-17 00:14:00 +00:00
parent 99bed82ac3
commit a89fc5e2aa
7 changed files with 323 additions and 14 deletions

15
ase/net/asenet.h Normal file
View File

@@ -0,0 +1,15 @@
/*
* $Id: asenet.h,v 1.1 2007/05/15 08:29:30 bacon Exp $
*/
#pragma once
using namespace System;
namespace ASE
{
namespace NET
{
}
}