This commit is contained in:
Paolo Possanzini
2018-01-25 12:42:07 +01:00
parent 7e6827e333
commit 79276ad3eb
28 changed files with 173 additions and 145 deletions
@@ -11,6 +11,5 @@ namespace Step.Model.ConfigModels
public string Name { get; set; }
public bool Enabled { get; set; }
public bool AllowExternalBrowser { get; set; }
public bool NcNeeded { get; set; }
}
}