Example #1
0
        //public Boolean DelayScheduleEvented(ScriptStructureNew[] Scripts)
        //{
        //    foreach (ScriptStructureNew Script in Scripts)
        //    {
        //        DBScheduleEngine.UpdateSchedule(Script);
        //    }

        //    return true;
        //}


        public void GetNextScriptPart(STATIONNAME StationName)
        {
            String         Output      = "";
            StationHandler ThisStation = AstroData.GetStationObject(StationName);

            ThisStation.NextScriptInformation(out Output);
        }