diff --git a/EBS POC.sln b/EBS POC.sln new file mode 100644 index 0000000..a8a909f --- /dev/null +++ b/EBS POC.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.25123.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EBS POC", "EBS POC\EBS POC.csproj", "{984AA6FE-09F6-4CFB-ACB4-023CB59DFFAA}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {984AA6FE-09F6-4CFB-ACB4-023CB59DFFAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {984AA6FE-09F6-4CFB-ACB4-023CB59DFFAA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {984AA6FE-09F6-4CFB-ACB4-023CB59DFFAA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {984AA6FE-09F6-4CFB-ACB4-023CB59DFFAA}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/EBS POC/App.config b/EBS POC/App.config new file mode 100644 index 0000000..bae5d6d --- /dev/null +++ b/EBS POC/App.config @@ -0,0 +1,6 @@ + + + + + + diff --git a/EBS POC/App.xaml b/EBS POC/App.xaml new file mode 100644 index 0000000..66dc192 --- /dev/null +++ b/EBS POC/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/EBS POC/App.xaml.cs b/EBS POC/App.xaml.cs new file mode 100644 index 0000000..ee4341f --- /dev/null +++ b/EBS POC/App.xaml.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace EBS_POC +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} diff --git a/EBS POC/Controls/Connect_Page.xaml b/EBS POC/Controls/Connect_Page.xaml new file mode 100644 index 0000000..0b38cc4 --- /dev/null +++ b/EBS POC/Controls/Connect_Page.xaml @@ -0,0 +1,15 @@ + + + + +