Moved to x64
This commit is contained in:
parent
7c1633261c
commit
71af9e7eeb
13 changed files with 308 additions and 39 deletions
|
|
@ -721,10 +721,24 @@ namespace WPFCatalog
|
|||
}
|
||||
}
|
||||
|
||||
public string TestoApplicareOrizzontale
|
||||
{
|
||||
get
|
||||
{
|
||||
return PicSettings.TestoApplicareOrizzontale;
|
||||
|
||||
}
|
||||
set
|
||||
{
|
||||
PicSettings.TestoApplicareOrizzontale = value;
|
||||
RaisePropertyChanged("TestoApplicareOrizzontale");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
//todo: bold
|
||||
|
||||
//todo: italic
|
||||
//todo: italic
|
||||
#endregion
|
||||
|
||||
#region Logo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue