ayy
This commit is contained in:
parent
6bf75551e3
commit
8111f8dfc5
4 changed files with 184 additions and 98 deletions
|
|
@ -146,12 +146,25 @@ namespace CatalogLib
|
|||
get { return 0; }
|
||||
}
|
||||
|
||||
public bool Posizione
|
||||
public string Posizione
|
||||
{
|
||||
get { return null; }
|
||||
get { return string.Empty; }
|
||||
}
|
||||
|
||||
|
||||
|
||||
public bool UsaRotazioneAutomatica { get; set; }
|
||||
public DateTime DataPartenza { get; set; }
|
||||
public string TestoOrario { get; internal set; }
|
||||
public int DimStandard { get; internal set; }
|
||||
public int DimStandardMiniatura { get; internal set; }
|
||||
public bool UsaOrarioTestoApplicare { get; set; }
|
||||
public bool UsaOrarioMiniatura { get; set; }
|
||||
public string TestoFirmaStart { get; set; }
|
||||
public string TestoFirmaStartV { get; set; }
|
||||
public bool UsaForzaJpg { get; set; }
|
||||
public string DirectorySorgente { get; set; }
|
||||
public string DirectoryDestinazione { get; set; }
|
||||
public float Margine { get; set; }
|
||||
public float MargVert { get; set; }
|
||||
public string Allineamento { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue