Globals.Global.Global C# (CSharp) Method

Global() static private method

Initializes static members of the Global class.
static private Global ( ) : System
return System
        static Global()
        {
            StartupPath = Application.StartupPath;
        }