P
pigeonrandle
Hi,
Can anyone tell me why i cant create the following class as 'static':
//Start
using System;
namespace WinAppSQL.windows
{
public static class WinAPI
{
public static int go() { return 1; }
}
}
//End
The compiler refuses! I'm using VS2003 framework 1.1.4322 SP1.
Cheers,
James.
Can anyone tell me why i cant create the following class as 'static':
//Start
using System;
namespace WinAppSQL.windows
{
public static class WinAPI
{
public static int go() { return 1; }
}
}
//End
The compiler refuses! I'm using VS2003 framework 1.1.4322 SP1.
Cheers,
James.