示例#1
0
 void IDisposable.Dispose()
 {
     if (!LocMgr.Equals(null))
     {
         LocMgr.Dispose();
     }
 }