Resize and controls
This commit is contained in:
parent
f175eb390e
commit
02d6cb5d12
6 changed files with 33 additions and 15 deletions
|
|
@ -687,11 +687,11 @@ namespace WPFCatalog
|
|||
|
||||
|
||||
public string ColoreTestoRGB
|
||||
{
|
||||
get { return PicSettings.GetString("coloreTestoRGB", "#000000"); }
|
||||
{
|
||||
get { return PicSettings.ColoreTestoRGB; }
|
||||
set
|
||||
{
|
||||
PicSettings.Set("coloreTestoRGB", value);
|
||||
PicSettings.ColoreTestoRGB = value;
|
||||
RaisePropertyChanged("ColoreTestoRGB");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue