OptionPanels code has been replaced with OptionGroups and moved into UWT for general use
This commit is contained in:
parent
57bc94fbca
commit
44e2df5f08
@ -1,18 +0,0 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace UniversalEditor.UserInterface
|
||||
{
|
||||
public interface IOptionPanelImplementation
|
||||
{
|
||||
void LoadSettings();
|
||||
void SaveSettings();
|
||||
void ResetSettings();
|
||||
|
||||
bool IsAvailable { get; }
|
||||
|
||||
string[] OptionGroups { get; }
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user