コード例 #1
0
 internal ViewsRuntime(CmsRuntime cmsRuntime, ILog parentLog) : base(cmsRuntime, parentLog, "Cms.ViewRd")
 {
 }
コード例 #2
0
ファイル: BlocksRuntime.cs プロジェクト: micahsdad1402/2sxc
 internal BlocksRuntime(CmsRuntime cmsRuntime, ILog parentLog) : base(cmsRuntime, parentLog, "Sxc.BlkRdr")
 {
 }
コード例 #3
0
ファイル: CmsRuntimeBase.cs プロジェクト: kieran23101/2sxc
 internal CmsRuntimeBase(CmsRuntime cmsRuntime, ILog parentLog, string logName) : base(cmsRuntime, parentLog, logName)
 {
     CmsRuntime = cmsRuntime;
 }