aboutsummaryrefslogtreecommitdiff
path: root/Source/AddIn/AddIn.cs
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2021-12-23 15:31:23 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2021-12-23 15:31:23 +0300
commit0513ac5ad7c7de498b794c27728c2c8ff306f941 (patch)
tree2b55e7a387a8ab18371d008f6c23308caaa41d4f /Source/AddIn/AddIn.cs
parentce5597d042062c820288c63b4e571ee77ac23ab0 (diff)
Rename to ExportTool
Diffstat (limited to 'Source/AddIn/AddIn.cs')
-rw-r--r--Source/AddIn/AddIn.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/AddIn/AddIn.cs b/Source/AddIn/AddIn.cs
index 08b6dcf..014b607 100644
--- a/Source/AddIn/AddIn.cs
+++ b/Source/AddIn/AddIn.cs
@@ -28,6 +28,7 @@ namespace RehauSku
public void AutoClose()
{
IntelliSenseServer.Uninstall();
+ RegistryUtil.Uninitialize();
}
void RegisterFunctions()