diff --git a/ENI2/Controls/EasyPeasyControl.xaml b/ENI2/Controls/EasyPeasyControl.xaml
new file mode 100644
index 00000000..30c1c9f5
--- /dev/null
+++ b/ENI2/Controls/EasyPeasyControl.xaml
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/ENI2/Controls/EasyPeasyControl.xaml.cs b/ENI2/Controls/EasyPeasyControl.xaml.cs
new file mode 100644
index 00000000..1c074f85
--- /dev/null
+++ b/ENI2/Controls/EasyPeasyControl.xaml.cs
@@ -0,0 +1,28 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Input;
+using System.Windows.Media;
+using System.Windows.Media.Imaging;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+
+namespace ENI2.Controls
+{
+ ///
+ /// Interaction logic for EasyPeasyControl.xaml
+ ///
+ public partial class EasyPeasyControl : UserControl
+ {
+ public EasyPeasyControl()
+ {
+ InitializeComponent();
+ }
+ }
+}
diff --git a/ENI2/ENI2.csproj b/ENI2/ENI2.csproj
index fbc19900..ff7488f8 100644
--- a/ENI2/ENI2.csproj
+++ b/ENI2/ENI2.csproj
@@ -297,6 +297,9 @@
ConditionGroupControl.xaml
+
+ EasyPeasyControl.xaml
+
@@ -587,6 +590,10 @@
Designer
MSBuild:Compile
+
+ Designer
+ MSBuild:Compile
+
Designer
MSBuild:Compile