This commit is contained in:
parent
ddf47ad51b
commit
d76e133f18
31 changed files with 236 additions and 2592 deletions
|
|
@ -1,5 +1,4 @@
|
|||
using System;
|
||||
using System.Drawing;
|
||||
using System.IO;
|
||||
|
||||
namespace MaddoShared;
|
||||
|
|
@ -28,18 +27,16 @@ public class ImageState
|
|||
public DateTime DataPartenzaI { get; set; }
|
||||
public string TestoOrario { get; set; }
|
||||
public string TestoFirmaPiccola { get; set; }
|
||||
public Size ThumbSizeSmall { get; set; }
|
||||
public Size ThumbSizeBig { get; set; }
|
||||
public string NomeFileSmall{ get; set; }
|
||||
public string NomeFileBig{ get; set; }
|
||||
public string NomeFileBig2{ get; set; }
|
||||
public string NomeFileSmall { get; set; }
|
||||
public string NomeFileBig { get; set; }
|
||||
public string NomeFileBig2 { get; set; }
|
||||
|
||||
public float YPosFromBottom{ get; set; }
|
||||
public float YPosFromBottom1{ get; set; }
|
||||
public float YPosFromBottom2{ get; set; }
|
||||
public float YPosFromBottom3{ get; set; }
|
||||
public float YPosFromBottom4{ get; set; }
|
||||
public float YPosFromBottom { get; set; }
|
||||
public float YPosFromBottom1 { get; set; }
|
||||
public float YPosFromBottom2 { get; set; }
|
||||
public float YPosFromBottom3 { get; set; }
|
||||
public float YPosFromBottom4 { get; set; }
|
||||
|
||||
public Orientations Orientation{ get; set; }
|
||||
public DateTime? CreationDate{ get; set; }
|
||||
public Orientations Orientation { get; set; }
|
||||
public DateTime? CreationDate { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue