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(); }
private void BtnEditClient_Click(object sender, EventArgs e) { EditClient EC = new EditClient(userId); EC.ShowDialog(); }