D
Dean
Hi,
what is the C# equivalent of VB.NET's Shared
e.g.
in VB.NET
Public Shared myColor As Color
does static do the same job?
public static Color myColor;
thanks,
Mori
what is the C# equivalent of VB.NET's Shared
e.g.
in VB.NET
Public Shared myColor As Color
does static do the same job?
public static Color myColor;
thanks,
Mori