diogotr7 / OpenRGB.NET

C# client for the OpenRGB SDK
MIT License
40 stars 16 forks source link

Implementing IDisposable Interface #3

Closed Dremor closed 4 years ago

Dremor commented 4 years ago

Hi,

I implemented the IDisposable interface for the client, and made some enhancement to the unit tests.

Regards