Example #1
0
 public bool Clear(CoreDll.FileType fileType)
 {
     return(m_dll.adClear(m_handle, fileType) == CoreDll.Error.Ok);
 }