This commit is contained in:
Jeddunk 2021-03-21 13:00:58 +01:00
parent 89f43166c7
commit a4d143825c
3 changed files with 5 additions and 5 deletions

View file

@ -79,7 +79,7 @@ namespace GoldbergGUI.Core.Models
public class AppType
{
public AppType(string value) => Value = value;
private AppType(string value) => Value = value;
public string Value { get; }