WIP file editor

This commit is contained in:
Lucio Maranta
2019-08-20 16:40:15 +02:00
parent 55169b7174
commit fd9e08a0d2
11 changed files with 56 additions and 34 deletions
@@ -15,6 +15,8 @@ namespace Client.Config.SubModels
public string ProdEnabled { get; set; }
public string ProdPath { get; set; }
public string Autorun { get; set; }
public string EditorPath { get; set; }
public List<Software> ExtSoftwares { get; set; }
}
}