Example #1
0
 internal static void Close()
 {
     try
     {
         lock (Lock_Item)
         {
             UODLL.Clean(UOHandle);
             UODLL.Close(UOHandle);
         }
     }
     catch { }
 }