Beispiel #1
0
 private void Unbind()
 {
     if (_contextBound)
     {
         _epl.UnbindContext(_context);
         _contextBound = false;
     }
 }
Beispiel #2
0
        private void Unbind()
        {
            if (!_contextBound)
            {
                return;
            }

            _epl.UnbindContext(_context);
            _contextBound = false;
        }