示例#1
0
 internal ViewsRuntime(CmsRuntime cmsRuntime, ILog parentLog) : base(cmsRuntime, parentLog, "Cms.ViewRd")
 {
 }
示例#2
0
 internal BlocksRuntime(CmsRuntime cmsRuntime, ILog parentLog) : base(cmsRuntime, parentLog, "Sxc.BlkRdr")
 {
 }
示例#3
0
 internal CmsRuntimeBase(CmsRuntime cmsRuntime, ILog parentLog, string logName) : base(cmsRuntime, parentLog, logName)
 {
     CmsRuntime = cmsRuntime;
 }