(NPK2): added GUI widget.

This commit is contained in:
morkt
2016-07-10 12:21:38 +04:00
parent ebb6c91a73
commit 9a94416f23
7 changed files with 88 additions and 5 deletions

View File

@@ -585,5 +585,17 @@ namespace GameRes.Formats.Properties {
this["BELLTitle"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string NPKScheme {
get {
return ((string)(this["NPKScheme"]));
}
set {
this["NPKScheme"] = value;
}
}
}
}