Exemplo n.º 1
0
 private void Free()
 {
     if (_container == null)
     {
         return;
     }
     _container.UnlockImage();
     _container = null;
 }
Exemplo n.º 2
0
 private void Free()
 {
     if (_container == null) return;
     _container.UnlockImage();
     _container = null;
 }
Exemplo n.º 3
0
 internal Locker(ImgContainer container)
 {
     _container = container;
     _container.LockImage();
 }
Exemplo n.º 4
0
 internal Locker(ImgContainer container)
 {
     _container = container;
     _container.LockImage();
 }