accessing class methods

  1. D

    Question accessing a class methods without an instance...

    Hi, I'm confused about a few things about classes. I have created a class called Global Variables (see below) I want the whole application to to access the members of this class as required. Public Class GlobalVariables Private UName As String = Environment.UserName Private MachineName...
Back
Top