mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-15 02:38:28 +08:00
Theming for RPF Explorer
This commit is contained in:
Generated
+12
@@ -722,5 +722,17 @@ namespace CodeWalker.Properties {
|
||||
this["ProjectWindowTheme"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Windows")]
|
||||
public string ExplorerWindowTheme {
|
||||
get {
|
||||
return ((string)(this["ExplorerWindowTheme"]));
|
||||
}
|
||||
set {
|
||||
this["ExplorerWindowTheme"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user