private void gunaButtonEdit_Click(object sender, EventArgs e) { if (!string.IsNullOrEmpty(getId)) { Form EditUser = new FormEditUser(getId, btnRefresh); EditUser.ShowDialog(); } else { MessageBox.Show("Tolong pilih data yang Ingin diubah", "PERHATIAN", MessageBoxButtons.OK, MessageBoxIcon.Information); } }
public Task <InterlayerCallback> EditUserAsync(FormEditUser editUser) { throw new NotImplementedException(); }