Ejemplo n.º 1
0
 public void DeleteCompMonitoring(int id)
 {
     try
     {
         db.DeleteItemAsCtrl(id);
     }
     catch (Exception ex)
     {
         RDL.Debug.LogError(ex);
     }
 }