Пример #1
0
 internal static ScheduleServer FromBase(ScheduleBase source)
 {
     return(new ScheduleServer(source));
 }
Пример #2
0
 public abstract void ScheduledRun(ScheduleBase runner);
Пример #3
0
 internal ScheduleServer(ScheduleBase source)
 {
     lock (SyncRoot)
         Util.CopyNonXmlIgnoreProperties(this, source, typeof(ScheduleBase));
 }