diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-11-03 19:37:52 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-11-03 19:37:52 +0200 |
| commit | ee3f1aa159ebb326e7c7053501130afa06bf47d4 (patch) | |
| tree | 911ccd61d5d4bc023fa5a1748d610edddc396060 /Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs | |
| parent | 6db93c4c48052e8331071b138a60c01352511a78 (diff) | |
| download | Tango-ee3f1aa159ebb326e7c7053501130afa06bf47d4.tar.gz Tango-ee3f1aa159ebb326e7c7053501130afa06bf47d4.zip | |
Moved ArcHeadCleaningMotorSpeed to RML => Head Cleaning Parameters.
Modified local data store schema to unique machine,collection,key.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs b/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs index 2294ec874..f0699bc72 100644 --- a/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs +++ b/Software/Visual_Studio/Tango.BL/DTO/ProcessParametersTableDTOBase.cs @@ -285,13 +285,5 @@ namespace Tango.BL.DTO get; set; } - /// <summary> - /// arc head cleaning motor speed - /// </summary> - public Double ArcHeadCleaningMotorSpeed - { - get; set; - } - } } |
