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