From 54e2f27a44bbac0591fcea8b40bcc986206965a7 Mon Sep 17 00:00:00 2001 From: Emmanuele Sassi Date: Mon, 17 Feb 2025 22:52:59 +0100 Subject: [PATCH] - added EffectorWindow --- .../Effector.Plugin.Lib.vbproj | 3 + .../EffectorWindow/EffectorWindowV.xaml | 109 ++++++++++++++++++ .../EffectorWindow/EffectorWindowV.xaml.vb | 3 + 3 files changed, 115 insertions(+) create mode 100644 Effector.Plugin.Lib/EffectorWindow/EffectorWindowV.xaml create mode 100644 Effector.Plugin.Lib/EffectorWindow/EffectorWindowV.xaml.vb diff --git a/Effector.Plugin.Lib/Effector.Plugin.Lib.vbproj b/Effector.Plugin.Lib/Effector.Plugin.Lib.vbproj index 552efb1..c9932c2 100644 --- a/Effector.Plugin.Lib/Effector.Plugin.Lib.vbproj +++ b/Effector.Plugin.Lib/Effector.Plugin.Lib.vbproj @@ -154,6 +154,9 @@ + + + copy $(TargetPath) c:\EgtData\Effector\Plugin\Effector.Plugin.DoorArreda\Effector.Plugin.Lib.dll diff --git a/Effector.Plugin.Lib/EffectorWindow/EffectorWindowV.xaml b/Effector.Plugin.Lib/EffectorWindow/EffectorWindowV.xaml new file mode 100644 index 0000000..b1390f1 --- /dev/null +++ b/Effector.Plugin.Lib/EffectorWindow/EffectorWindowV.xaml @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Effector.Plugin.Lib/EffectorWindow/EffectorWindowV.xaml.vb b/Effector.Plugin.Lib/EffectorWindow/EffectorWindowV.xaml.vb new file mode 100644 index 0000000..2afa718 --- /dev/null +++ b/Effector.Plugin.Lib/EffectorWindow/EffectorWindowV.xaml.vb @@ -0,0 +1,3 @@ +Public Class EffectorWindowV + +End Class