设置分组
This commit is contained in:
@@ -5,8 +5,8 @@ namespace NBF
|
||||
{
|
||||
public interface ISettings
|
||||
{
|
||||
List<OptionBase> GetOptionsByGroup(string group);
|
||||
IEnumerable<string> GetAllGroups();
|
||||
List<OptionBase> GetOptionsByTab(string group);
|
||||
IEnumerable<string> GetAllTabs();
|
||||
T GetSettingOption<T>() where T : OptionBase;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user