Пример #1
0
 static public short SQLCancel(IntPtr handle)
 {
     if (useLibCli)
     {
         return(StaticWrapperCli.SQLCancel(handle));
     }
     return(StaticWrapper36.SQLCancel(handle));
 }