Color selector
This commit is contained in:
parent
f038c63718
commit
a3a721af32
6 changed files with 81 additions and 20 deletions
|
|
@ -688,7 +688,7 @@ namespace WPFCatalog
|
|||
|
||||
public string ColoreTestoRGB
|
||||
{
|
||||
get { return PicSettings.GetString("coloreTestoRGB"); }
|
||||
get { return PicSettings.GetString("coloreTestoRGB", "#000000"); }
|
||||
set
|
||||
{
|
||||
PicSettings.Set("coloreTestoRGB", value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue