diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2021-12-24 17:42:20 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2021-12-24 17:42:20 +0300 |
commit | 20cfbfcca3a779c04aecdca5e4b465651e2be42a (patch) | |
tree | 5d9c814fd023395d894ce36a9040cf7f7330198c /Source/AddIn/RegistryUtil.cs | |
parent | 24024b5729c1c44bb01cb29813868743d1753e31 (diff) |
New release
Diffstat (limited to 'Source/AddIn/RegistryUtil.cs')
-rw-r--r-- | Source/AddIn/RegistryUtil.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/AddIn/RegistryUtil.cs b/Source/AddIn/RegistryUtil.cs index 3e7c120..40d0ec2 100644 --- a/Source/AddIn/RegistryUtil.cs +++ b/Source/AddIn/RegistryUtil.cs @@ -47,6 +47,12 @@ namespace RehauSku return _priceListPath; } } + + set + { + _priceListPath = value; + _RootKey.SetValue("PriceListPath", value); + } } public static ResponseOrder StoreResponseOrder |