public ContextLocalEntityStore(BaseContextManager context)
 {
     ContextManager = context;
 }
示例#2
0
 internal void SetProjectContext(projects.BaseContextManager ctxt)
 {
     ModuleContext = new projects.ContextLocalEntityStore(ctxt);
 }