Пример #1
0
 private void UnPlug()
 {
     if (_block != null)
     {
         _block.UnsubscribePlugin(this);
     }
 }