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