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