Пример #1
0
        private void Form2_Load(object sender, EventArgs e)
        {
            BusinessL l = new BusinessL();

            string[] name = l.GetNames();
            int[]    no   = l.GetNo();
            for (int i = 0; i < name.Length; i++)
            {
                if (name[i] != null)
                {
                    dataGridView1.Rows.Add(name[i], no[i]);
                }
            }
        }
        public frmXoaLoai()
        {
            InitializeComponent();
            nghiep_vu = new BusinessL();

        }
 public DanhMucPhong()
 {
     InitializeComponent();
     nghiep_vu = new BusinessL();
 }
 public frmCapNhap()
 {
   InitializeComponent();
    nghiep_vu = new BusinessL();
 }
 public frmXoaLoai()
 {
     InitializeComponent();
     nghiep_vu = new BusinessL();
 }
 public DanhMucPhong()
 {
     InitializeComponent();
     nghiep_vu = new BusinessL();
 }
Пример #7
0
 public frmCapNhap()
 {
     InitializeComponent();
     nghiep_vu = new BusinessL();
 }