diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-02-22 17:08:21 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-02-22 17:08:21 +0200 |
| commit | 22aae5a0e6bdd9ed91bf2c852980e08fe3c2dc29 (patch) | |
| tree | 719dc8cd0e7ae0444f0633bdd296edfca41ffa4f /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Statistics/Models | |
| parent | ec36bdb8a6fb3d460929c7f6f20e695dd98688c4 (diff) | |
| parent | 2eb0eb6cd5c3b4ba2b43c733d2aa78ecca675793 (diff) | |
| download | Tango-22aae5a0e6bdd9ed91bf2c852980e08fe3c2dc29.tar.gz Tango-22aae5a0e6bdd9ed91bf2c852980e08fe3c2dc29.zip | |
Merged Light Inks branch again with ms statistics update.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Statistics/Models')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Statistics/Models/ExcelModel.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Statistics/Models/ExcelModel.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Statistics/Models/ExcelModel.cs index f06b9fe60..869fadb3a 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Statistics/Models/ExcelModel.cs +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Statistics/Models/ExcelModel.cs @@ -30,5 +30,8 @@ namespace Tango.MachineStudio.Statistics.Models public String Transparent { get; set; } public String Lubricant { get; set; } public String Cleaner { get; set; } + public String LightCyan { get; set; } + public String LightMagenta { get; set; } + public String LightYellow { get; set; } } } |
