TeamMentor.CoreLib.TM_WebServices.TMConfigFile C# (CSharp) Method

TMConfigFile() private method

private TMConfigFile ( ) : TMConfig
return TMConfig
        public TMConfig TMConfigFile()
        {
            admin.demand(); return TMConfig.Current;
        }
TM_WebServices