Match TFS Changeset 303329
This commit is contained in:
9
Adaptation/Shared/Properties/IAppSettings.cs
Normal file
9
Adaptation/Shared/Properties/IAppSettings.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace Adaptation.Shared.Properties
|
||||
{
|
||||
|
||||
public interface IAppSettings
|
||||
{
|
||||
public string Company { get; set; }
|
||||
public Drive[] Drives { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user