aboutsummaryrefslogtreecommitdiff
path: root/Source/AddIn/AddIn.cs
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2021-12-13 20:39:41 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2021-12-13 20:39:41 +0300
commite175a634cefc6e8c0ecd49514a89b1d4f30ce33b (patch)
treee4265926b772d31e2eff58d52ee3e1ec159af2a8 /Source/AddIn/AddIn.cs
parentb7c65d64e98092049fddc1b482bfc7aa97759d60 (diff)
Refactoring. ExcelDNA.IntelliSense library add.
Add description to Excel functions.
Diffstat (limited to 'Source/AddIn/AddIn.cs')
-rw-r--r--Source/AddIn/AddIn.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/AddIn/AddIn.cs b/Source/AddIn/AddIn.cs
index e29c070..5cae777 100644
--- a/Source/AddIn/AddIn.cs
+++ b/Source/AddIn/AddIn.cs
@@ -1,4 +1,5 @@
using ExcelDna.Integration;
+using ExcelDna.IntelliSense;
using ExcelDna.Registration;
using Microsoft.Win32;
using System.Net.Http;
@@ -24,11 +25,12 @@ namespace RehauSku
{
RegisterFunctions();
GetRegistryKeys();
+ IntelliSenseServer.Install();
}
public void AutoClose()
{
-
+ IntelliSenseServer.Uninstall();
}
void RegisterFunctions()