diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-05-03 16:00:01 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-05-03 16:00:01 +0300 |
| commit | 09862076bf6569468e722dd5a8a236f7020ab7b5 (patch) | |
| tree | ecb78c76c586c7dc10c87cd3c5fcea61bb8ec878 /Software/Visual_Studio/Tango.BL/ExtensionMethods | |
| parent | 52ada8c6fa887d0dc418194655bea0f8e88e9805 (diff) | |
| download | Tango-09862076bf6569468e722dd5a8a236f7020ab7b5.tar.gz Tango-09862076bf6569468e722dd5a8a236f7020ab7b5.zip | |
Lots of work !!
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/ExtensionMethods')
| -rw-r--r-- | Software/Visual_Studio/Tango.BL/ExtensionMethods/ConfigurationExtensions.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.BL/ExtensionMethods/ConfigurationExtensions.cs b/Software/Visual_Studio/Tango.BL/ExtensionMethods/ConfigurationExtensions.cs index 323e4744b..9dab200d6 100644 --- a/Software/Visual_Studio/Tango.BL/ExtensionMethods/ConfigurationExtensions.cs +++ b/Software/Visual_Studio/Tango.BL/ExtensionMethods/ConfigurationExtensions.cs @@ -28,6 +28,7 @@ public static class ConfigurationExtensions clonedPack.CartridgeType = idsPack.CartridgeType; clonedPack.MidTankType = idsPack.MidTankType; clonedPack.IdsPackFormula = idsPack.IdsPackFormula; + clonedPack.IsEmpty = idsPack.IsEmpty; cloned.IdsPacks.Add(clonedPack); } |
