aboutsummaryrefslogtreecommitdiff
path: root/Source/AddIn/AddIn.cs
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2021-12-22 08:26:54 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2021-12-22 08:26:54 +0300
commitf97d344f39c46b5e2f883765e8859e78007a11b0 (patch)
tree48bbacaaff6f776a42201bbea02828151e565544 /Source/AddIn/AddIn.cs
parentaaaa6b45859e74c791f35e18c220118a54a345ad (diff)
Add Registry Util
Diffstat (limited to 'Source/AddIn/AddIn.cs')
-rw-r--r--Source/AddIn/AddIn.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/AddIn/AddIn.cs b/Source/AddIn/AddIn.cs
index 7a2be5d..4a26f55 100644
--- a/Source/AddIn/AddIn.cs
+++ b/Source/AddIn/AddIn.cs
@@ -16,9 +16,7 @@ namespace RehauSku
public class AddIn : IExcelAddIn
{
- public static readonly HttpClient httpClient = new HttpClient();
- public static ResponseOrder StoreResponseOrder = RegistryUtil.StoreResponseOrder;
- public static string PriceListPath = RegistryUtil.PriceListPath;
+ public static HttpClient httpClient = new HttpClient();
public void AutoOpen()
{