using InABox.Wpf; using System.Windows; namespace PRSServer.Forms { /// /// Interaction logic for WebStyleEditor.xaml /// public partial class WebStyleEditor : ThemableWindow { public WebStyleEditor() { InitializeComponent(); WebStyles.Refresh(true, true); } } }