Inheritance: NFILogicClassModule
コード例 #1
0
        public NFCKernelModule()
        {
            mhtObject         = new Dictionary <NFGUID, NFIObject>();
            mhtClassHandleDel = new Dictionary <string, ClassHandleDel>();

#if NF_CLIENT_FRAME
            mxLogicClassModule = new NFCLogicClassModule();
            mxElementModule    = new NFCElementModule();
#endif
        }
コード例 #2
0
ファイル: NFCKernelModule.cs プロジェクト: ketoo/NFrame
        public NFCKernelModule()
        {
            mhtObject = new Dictionary<NFGUID, NFIObject>();
            mhtClassHandleDel = new Dictionary<string, ClassHandleDel>();

#if NF_CLIENT_FRAME
            mxLogicClassModule = new NFCLogicClassModule();
            mxElementModule = new NFCElementModule();
#endif
        }