Exemplo n.º 1
0
        public MeetingMidweek(DateTime date)
            : base(date)
        {
            // Opening comments
            MeetingElements.Add(new MeetingElement(MeetingElementKey.MidweekChairman, date, false, 0m,
                                                   MeetingElementKey.MidweekChairman.GetDescription()));

            // Treasures from god's word
            MeetingElements.Add(new MeetingElement(MeetingElementKey.TreasuresFromGodsWord, date, false, 0m,
                                                   MeetingElementKey.TreasuresFromGodsWord.GetDescription()));
            MeetingElements.Add(new MeetingElement(MeetingElementKey.DiggingForSpiritualGems, date, false, 0m,
                                                   MeetingElementKey.DiggingForSpiritualGems.GetDescription()));
            MeetingElements.Add(new MeetingElement(MeetingElementKey.BibleReading, date, false, 0m,
                                                   MeetingElementKey.BibleReading.GetDescription()));

            // Apply yourself to the field ministry
            MeetingElements.Add(new MeetingElement(MeetingElementKey.ApplyYourselfToTheFieldMinistry, date, false, 0m));
            MeetingElements.Add(new MeetingElement(MeetingElementKey.ApplyYourselfToTheFieldMinistry, date, false, 0m));

            // Living as christians
            MeetingElements.Add(new MeetingElement(MeetingElementKey.LivingAsChristians, date, false, 0m,
                                                   MeetingElementKey.LivingAsChristians.GetDescription()));
            MeetingElements.Add(new MeetingElement(MeetingElementKey.CongregationBibleStudy, date, false, 0m,
                                                   MeetingElementKey.CongregationBibleStudy.GetDescription()));
            MeetingElements.Add(new MeetingElement(MeetingElementKey.ReviewPreviewAnnouncements, date, false, 0m,
                                                   MeetingElementKey.ReviewPreviewAnnouncements.GetDescription()));
        }
Exemplo n.º 2
0
        public MeetingWeekend(DateTime date)
            : base(date)
        {
            // Opening comments
            MeetingElements.Add(new MeetingElement(MeetingElementKey.WeekendChairman, date, false, 0m,
                                                   MeetingElementKey.WeekendChairman.GetDescription()));

            // Lecture
            MeetingElements.Add(new MeetingElement(MeetingElementKey.WeekendLecture, date, false, 0m,
                                                   MeetingElementKey.WeekendLecture.GetDescription()));

            // Watchtower study
            MeetingElements.Add(new MeetingElement(MeetingElementKey.WatchtowerStudy, date, false, 0m,
                                                   MeetingElementKey.WatchtowerStudy.GetDescription()));
        }