public static COThermo GetCOThermo(COVersion version = COVersion.V110) { if (_COThermo == null) { _COThermo = new COThermo(version); } return(_COThermo); }
private COThermo(COVersion version) { Version = version; }