This commit is contained in:
Maddo 2016-08-02 13:22:13 +02:00
commit 8111f8dfc5
4 changed files with 184 additions and 98 deletions

View file

@ -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; }
}
}