public static void Initialize(ScheduleContext context) { #region Contracts if (context == null) throw new ArgumentNullException(); #endregion // Arguments _current = context; }
public static void Initialize(ScheduleContext context) { #region Contracts if (context == null) { throw new ArgumentNullException(); } #endregion // Arguments _current = context; }