Implemented opening/saving themes
This commit is contained in:
10
Filtration.ThemeEditor/Views/ThemeComponentControl.xaml.cs
Normal file
10
Filtration.ThemeEditor/Views/ThemeComponentControl.xaml.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Filtration.ThemeEditor.Views
|
||||
{
|
||||
public partial class ThemeComponentControl
|
||||
{
|
||||
public ThemeComponentControl()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user