예제 #1
0
 public CronItemCacheController(DECronEngine owner)
 {
     this.owner = owner ?? throw new ArgumentNullException(nameof(owner));
     owner.RegisterList(Id, this, true);
 }             // ctor
예제 #2
0
파일: CronEngine.cs 프로젝트: s72785/des
 public CronItemCacheController(DECronEngine owner)
 {
     this.owner = owner;
     owner.RegisterList(Id, this, true);
 }             // ctor