예제 #1
0
 /// <summary>
 /// 需要重写的模块注册方法
 /// </summary>
 /// <param name="context">参数 context 将注入当前类的静态Context </param>
 protected internal abstract void RegisterModule(ModuleRegistrationContext context);
예제 #2
0
파일: ModuleRuntime.cs 프로젝트: znw333/sod
 internal ModuleRuntime(ModuleRegistrationContext context)
 {
     this.RegContext = context;
 }