예제 #1
0
 public bool SetCurrent(int index)
 {
     return(m_dll.adCurrentSet(m_handle, new IntPtr(index)) == CoreDll.Error.Ok);
 }