10 lines
186 B
C#
10 lines
186 B
C#
namespace EveOPreview.Configuration
|
|
{
|
|
/// <summary>
|
|
/// Application configuration
|
|
/// </summary>
|
|
public interface IAppConfig
|
|
{
|
|
string ConfigFileName { get; set; }
|
|
}
|
|
} |