BootBlock / Hiroix-Framework

A C# application development framework.
http://hiroix.com
0 stars 0 forks source link

MaterialForm should use the new Material system #35

Open BootBlock opened 3 years ago

BootBlock commented 3 years ago

Now that there's a concrete BaseMaterialRenderer and infrastructure in place, update MaterialForm to set its properties accordingly taken from the current renderer.

Remove the original MaterialDesignManager_SchemeChanged event handler and replace with the new MaterialManager_RendererChanged handler.