Beispiel #1
0
 protected virtual void Dispose(bool disposing)
 {
     if (disposing)
     {
         if (null != context)
         {
             context.UnBind();
             context = null;
         }
     }
 }
Beispiel #2
0
 public void Dispose()
 {
     _asset.UnBind();
 }