Implemented opening/saving themes
This commit is contained in:
14
Filtration.ThemeEditor.Tests/Providers/TestThemeProvider.cs
Normal file
14
Filtration.ThemeEditor.Tests/Providers/TestThemeProvider.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace Filtration.ThemeEditor.Tests.Providers
|
||||
{
|
||||
[TestFixture]
|
||||
public class TestThemeProvider
|
||||
{
|
||||
[Test]
|
||||
public void CreateThemeFromScript_()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user