Implemented opening/saving themes
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
namespace Filtration.Interface
|
||||
using System.Windows.Media;
|
||||
|
||||
namespace Filtration.Interface
|
||||
{
|
||||
public interface IDocument
|
||||
{
|
||||
bool IsScript { get; }
|
||||
bool IsTheme { get; }
|
||||
void Close();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user