예제 #1
0
파일: Sq.Managed.cs 프로젝트: bartwe/SqNET
 /// <summary></summary>
 /// <param name="enable"></param>
 public void EnableDebugInfo(bool enable)
 {
     Unmanaged.EnableDebugInfo(Pointer, enable);
 }