IgnaceMaes / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
2.84k stars 831 forks source link

Why is IMaterialControl made internal in the NuGet package? #130

Closed michalkrzych closed 6 years ago

michalkrzych commented 7 years ago

Having added MaterialSkin as a NuGet package I can't seem to be able to create my own controls implementing IMaterialControl as it's been marked with internal modifier.

Is there a specific reason why it's internal and not public?

michalkrzych commented 7 years ago

I've fixed that and created a pull request. See https://github.com/IgnaceMaes/MaterialSkin/pull/131

It would have been nice if you release an updated NuGet package :+1: