Thursday, May 15, 2008

global variables in C#

C# global variables - MSDN Forums

C#:

public class Foo {
public static int Global = 10;
}
http://www.svdeals.com/

No comments: