示例#1
0
 string IQPFormService.GetFormNameByNetNames(string netContentName, string netFieldName)
 {
     return(Cnn.GetFormNameByNetNames(this.SiteId, netContentName, netFieldName));
 }