11 lines
187 B
C#
11 lines
187 B
C#
|
namespace Filtration.ThemeEditor.Views
|
|||
|
{
|
|||
|
public partial class ThemeEditorView
|
|||
|
{
|
|||
|
public ThemeEditorView()
|
|||
|
{
|
|||
|
InitializeComponent();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|