Пример #1
0
        public static void Hienthi1()
        {
            Danhsachphim dsp = new Danhsachphim();

            dsp.layDSphim();
            dsp.layDSrap();
            dsp.layDSngay_xuatchieu();
            dsp.layDsve();
        }
Пример #2
0
        public static void chonngaychieu(ref Thoigian thoigian)
        {
            Danhsachphim dsp = new Danhsachphim();

            dsp.layDSngay_xuatchieu();
            Console.WriteLine("Moi ban chon ngay chieu ");
            Console.WriteLine("( Yeu cau: Nhap dung thong tin )");
            DateTime ngay = Convert.ToDateTime(Console.ReadLine());

            Console.WriteLine("Moi ban chon  suat chieu");
            Console.WriteLine("( Yeu cau: Nhap dung thong tin )");
            string suat = Console.ReadLine();

            thoigian.Suat = suat;
            thoigian.Ngay = ngay;
        }