Tips N Tricks 4 .net
Wednesday, May 19, 2010
Declare Global Variables in VB.NET and C#
C#
-----
namespace Module{
public class Module1
{
public static int moduleinteger;
}
}
access like Module1.moduleinteger
VB.net
------
Module Module1
Public moduleinteger As Integer
End Module
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment