Пример #1
0
 public void Dispose()
 {
     if (PgServer != null)
     {
         PgServer.Stop();
     }
 }
 public void Dispose()
 {
     try
     {
         if (PgServer != null)
         {
             PgServer.Stop();
         }
     }
     catch (Exception)
     { }
 }