示例#1
0
        private void BtnEditClient_Click(object sender, EventArgs e)
        {
            int        userId = (Int32)((DGWAdmData.SelectedRows[0].Cells[0]).Value);
            EditClient EC     = new EditClient(userId);

            EC.ShowDialog();
            ShowClients();
        }
示例#2
0
        private void BtnEditClient_Click(object sender, EventArgs e)
        {
            EditClient EC = new EditClient(userId);

            EC.ShowDialog();
        }