예제 #1
0
 public void RNBOsproCleanup()
 {
     try
     {
         DicisionNativeApi.RNBOsproCleanup();
     }
     catch (System.DllNotFoundException)
     {
         throw new System.DllNotFoundException(strError);
     }
     return;
 }