示例#1
0
        public TVTProgramme()
        {
            Staff                = new IndexingList <TVTStaff>();
            Flags                = new List <TVTProgrammeFlag>();
            TargetGroups         = new List <TVTTargetGroup>();
            ProPressureGroups    = new List <TVTPressureGroup>();
            ContraPressureGroups = new List <TVTPressureGroup>();

            BettyBonus    = -1;
            PriceMod      = -1;
            CriticsRate   = -1;
            ViewersRate   = -1;
            BoxOfficeRate = -1;
            Year          = -1;
            Blocks        = -1;
        }
示例#2
0
 public TVTEpisodeOld()
 {
     Staff = new IndexingList <TVTStaff>();
 }