Ejemplo n.º 1
0
 public bool SortResult(CoreDll.SortType sortType, bool increasing)
 {
     return(m_dll.adResultSort(m_handle, sortType, increasing ? CoreDll.TRUE : CoreDll.FALSE) == CoreDll.Error.Ok);
 }