TeamMentor.CoreLib.TM_Status.TM_Status C# (CSharp) Method

TM_Status() static private method

Static ctor of TM_Status This one of the few TM object that is garanteed to always exist (due to the presense of this static ctor)
static private TM_Status ( ) : System
return System
        static TM_Status()
        {
            Version = typeof(TM_Status).assembly().version();
            Current = new TM_Status();
        }
TM_Status