protected virtual void Dispose(bool disposing) { if (disposing) { try { if (db != null) { db.Dispose(); db = null; } } catch (Exception caught) { Console.WriteLine(caught.Message); } } }
public AnalysisMethodSpecifiers() { db = new DB2(true); }
public AcquireParams() { db = new DB2(true); }
protected virtual void Dispose(bool disposing) { if (disposing) try { if (db != null) { db . Dispose(); db = null; } } catch (Exception caught) { Console.WriteLine(caught.Message); } }