コード例 #1
0
        public static TM_Proxy  map_ReferencesToTmObjects(this TM_Proxy tmProxy)
        {
            TMConfig.Current        = tmProxy.TmConfig = tmProxy.get_Current <TMConfig>();
            TM_FileStorage.Current  = tmProxy.TmFileStorage = tmProxy.get_Current <TM_FileStorage>();
            TM_Status.Current       = tmProxy.TmStatus = tmProxy.get_Current <TM_Status>();
            TM_Server.Current       = tmProxy.TmServer = tmProxy.get_Current <TM_Server>();
            TM_UserData.Current     = tmProxy.TmUserData = tmProxy.get_Current <TM_UserData>();
            TM_Xml_Database.Current = tmProxy.TmXmlDatabase = tmProxy.get_Current <TM_Xml_Database>();

            return(tmProxy);
        }
コード例 #2
0
 [Test] public void get_Current()
 {
     tmProxy.get_Current <TM_Status>().assert_Not_Null();
 }