convertersystems / opc-ua-client

Visualize and control your enterprise using OPC Unified Architecture (OPC UA) and Visual Studio.
MIT License
397 stars 115 forks source link

Clean up #227

Closed quinmars closed 2 years ago

quinmars commented 2 years ago

Those are some smaller code cleanups, mainly replacing try {} finally { ...Dispose(); } by using (..) {}.