예제 #1
0
 public bool Stop()
 {
     return(m_dll.adStop(m_handle) == CoreDll.Error.Ok);
 }