Match TFS Changeset 303362
This commit is contained in:
15
EDA Viewer/Models/AppSettings.cs
Normal file
15
EDA Viewer/Models/AppSettings.cs
Normal file
@ -0,0 +1,15 @@
|
||||
namespace EDAViewer.Models
|
||||
{
|
||||
public class AppSettings
|
||||
{
|
||||
public string Company { get; set; }
|
||||
public string ECEDADatabasePassword { get; set; }
|
||||
public string EncryptedPassword { get; set; }
|
||||
public string IFXEDADatabasePassword { get; set; }
|
||||
public string MonARessource { get; set; }
|
||||
public string Server { get; set; }
|
||||
public string ServiceUser { get; set; }
|
||||
public string URLs { get; set; }
|
||||
public string WorkingDirectoryName { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user