Exemplo n.º 1
0
 public void Dispose()
 {
     isDisposing = true;
     if (_wfs != null)
     {
         _wfs.Dispose();
     }
 }