Exemplo n.º 1
0
 public string ZUPGetProperty(string strINTID, string strPropertyName, bool boWithDeleted = false)
 {
     DxLog.Info("Call method ZUPGetProperty");
     return(DxActiveX.ZUPGetProperty(strINTID, strPropertyName, boWithDeleted));
 }