Example #1
0
 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);
     }
 }
Example #2
0
 public Task <InterlayerCallback> EditUserAsync(FormEditUser editUser)
 {
     throw new NotImplementedException();
 }