aboutsummaryrefslogtreecommitdiff
path: root/Source/AddIn/AddIn.cs
diff options
context:
space:
mode:
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()
{