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