Exemplo n.º 1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     user = new eUser("Manage");
     edt  = new eForm("a_eke_sysToKens", user);
     if (act.Length == 0)
     {
         List();
         return;
     }
     if (edt.Action.ToLower() == "del")
     {
         edt.DeleteTrue();
     }
 }