Ejemplo n.º 1
0
 public void Edit(object item)
 {
     AccountEdit wnd = new AccountEdit(notifyObj, item as tbl_Account);
     wnd.Show();
 }
Ejemplo n.º 2
0
 public void Create()
 {
     AccountEdit wnd = new AccountEdit(notifyObj);
     wnd.Show();
 }