Ejemplo n.º 1
0
        private void Window_Loaded(object sender, RoutedEventArgs e)
        {
            xlPDDK   = new CXLPhieuDKKham();
            xlPT     = new CXLPhieuThu();
            xlNV     = new CXLNhanVien();
            xlPSDDV  = new CXLPhieuSDDV();
            dsCTDKDV = new List <CTDKDichVu>();
            xlBC     = new CXLBaoCao();

            //getDS();
            //if (Common.maNhanVien != null)
            //    txtNhanVienLP.Text = Common.maNhanVien.ToString();
            //txtNhanVienLP.Text = "bhvu";


            dpTuNgay.Text  = DateTime.Now.ToShortDateString();
            dpDenNgay.Text = DateTime.Now.ToShortDateString();

            dpNgayLap.Text = DateTime.Now.ToShortDateString();

            refresh();
        }
 public BCNhanVienTiepNhan()
 {
     InitializeComponent();
     xlBC = new CXLBaoCao();
     xlLK = new CXLLichKham();
 }
Ejemplo n.º 3
0
 public BCTongHop()
 {
     InitializeComponent();
     xlBC = new CXLBaoCao();
     xlLK = new CXLLichKham();
 }