18 lines
158 B
C++
18 lines
158 B
C++
/*
|
|
* $Id: asenet.h,v 1.3 2007/09/24 11:22:22 bacon Exp $
|
|
*
|
|
* {License}
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
using namespace System;
|
|
|
|
namespace ASE
|
|
{
|
|
namespace Net
|
|
{
|
|
|
|
}
|
|
}
|