diff options
| author | Roy <Roy.mail.net@gmail.com> | 2023-07-20 20:52:11 +0300 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2023-07-20 20:52:11 +0300 |
| commit | 305a8e79c4b80f0c8578605ceff9514dd04d99d7 (patch) | |
| tree | d3cb844122fc225fccab04e131b237bf10a51250 /Software/Visual_Studio/PPC/Tango.PPC.Common | |
| parent | b85112b0931a41924fa6e6d2bf262b56314c0734 (diff) | |
| download | Tango-305a8e79c4b80f0c8578605ceff9514dd04d99d7.tar.gz Tango-305a8e79c4b80f0c8578605ceff9514dd04d99d7.zip | |
JOB RESUME BASICS
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Printing/PrintingConfiguration.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Printing/PrintingConfiguration.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Printing/PrintingConfiguration.cs index 815936137..ff406cefd 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Printing/PrintingConfiguration.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Printing/PrintingConfiguration.cs @@ -8,6 +8,8 @@ namespace Tango.PPC.Common.Printing { public class PrintingConfiguration { - + public int RemainingUnits { get; set; } + public double GlobalStartPosition { get; set; } + public double FirstUnitStartPosition { get; set; } } } |
