Beispiel #1
0
        public static void Initialize(ScheduleContext context)
        {
            #region Contracts

            if (context == null) throw new ArgumentNullException();

            #endregion

            // Arguments
            _current = context;
        }
Beispiel #2
0
        public static void Initialize(ScheduleContext context)
        {
            #region Contracts

            if (context == null)
            {
                throw new ArgumentNullException();
            }

            #endregion

            // Arguments
            _current = context;
        }