Пример #1
0
 void IDisposable.Dispose()
 {
     if (sc != null)
     {
         sc.Close(); sc = null;
     }
     if (fw != null)
     {
         fw = null;
     }
 }
Пример #2
0
 internal RulesContainer(Firewall f)
 {
     firewall = f;
 }