lifeemotions / knx.net

KNX.net provides a KNX API for .NET
MIT License
102 stars 47 forks source link

Style #3

Closed CumpsD closed 9 years ago

CumpsD commented 9 years ago

Went over the entire codebase with Resharper to cleanup some style and change access levels.

Next step will be some refactorings to split up some of the bigger classes.

abelsilva commented 9 years ago

do you any IP Routing/Interface to test everything?

CumpsD commented 9 years ago

I tested it with KnxConnectionRouting and it worked :)

CumpsD commented 9 years ago

and KnxConnectionTunneling worked too

abelsilva commented 9 years ago

Nice! :+1:

Thanks for letting me know