Beispiel #1
0
        private void btnGetStaff_Click(object sender, EventArgs e)
        {
            string      id = txtStaffID.Text;
            DataProcess dp = new DataProcess();

            dgvListBill.DataSource = dp.ReportStaff(id);
        }