Save user's Find and Replace list
This commit is contained in:
parent
f59fcf22da
commit
0465438b86
@ -55,5 +55,27 @@ namespace Volian.Controls.Library.Properties {
|
|||||||
this["SearchAList"] = value;
|
this["SearchAList"] = value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
public global::System.Collections.Specialized.StringCollection FindTextList {
|
||||||
|
get {
|
||||||
|
return ((global::System.Collections.Specialized.StringCollection)(this["FindTextList"]));
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
this["FindTextList"] = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
public global::System.Collections.Specialized.StringCollection ReplaceTextList {
|
||||||
|
get {
|
||||||
|
return ((global::System.Collections.Specialized.StringCollection)(this["ReplaceTextList"]));
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
this["ReplaceTextList"] = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user