Пример #1
0
 public new void Free()
 {
     if (_host != null)
     {
         _host.Dispose();
         _host = null;
     }
 }