Open
Description
public static Settings FromResource
{
get
{
#pragma warning disable INPC003 // Notify when property changes.
InnerInstance = JsonConvert.DeserializeObject<Settings>(Properties.Resources.Units, Persister.SerializerSettings);
#pragma warning restore INPC003 // Notify when property changes.
return InnerInstance;
}
}
Metadata
Metadata
Assignees
Labels
No labels