8 lines
125 B
C#
8 lines
125 B
C#
namespace EveOPreview.Configuration
|
|
{
|
|
public interface IConfigurationStorage
|
|
{
|
|
void Load();
|
|
void Save();
|
|
}
|
|
} |