Resize and controls

This commit is contained in:
Maddo 2017-04-17 13:06:09 +02:00
commit 02d6cb5d12
6 changed files with 33 additions and 15 deletions

View file

@ -422,6 +422,16 @@ namespace CatalogLib
}
}
public string ColoreTestoRGB
{
get { return GetString("coloreTestoRGB", "#000000"); }
set
{
Set("coloreTestoRGB", value);
}
}
#endregion