FSO.HIT.HITVM.Get C# (CSharp) Method

Get() public static method

public static Get ( ) : HITVM
return HITVM
        public static HITVM Get()
        {
            return INSTANCE; //there can be only one!
        }