I have:
StyleManager.ApplicationTheme = new GreenTheme(GreenPalette.ColorVariation.Light);
and get "GreenTheme is inaccessible due to its protection level".
It appears to be declared as public.
This works:
StyleManager.ApplicationTheme = new Office_BlueTheme();
Any samples of applying the Green Theme? Or ideas?
thanks,
Robert