Ejemplo n.º 1
0
 protected void cbCheckOwner_Callback(object source, DevExpress.Web.ASPxCallback.CallbackEventArgs e)
 {
     e.Result = WebUtil.CheckOwnerIsAnEmployee(iSabayaContext, this.MFAccount, null);
 }