diff --git a/EonaCat.ConnectionMonitor/App.xaml b/EonaCat.ConnectionMonitor/App.xaml new file mode 100644 index 0000000..6ab16ba --- /dev/null +++ b/EonaCat.ConnectionMonitor/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/EonaCat.ConnectionMonitor/App.xaml.cs b/EonaCat.ConnectionMonitor/App.xaml.cs new file mode 100644 index 0000000..d9ffe96 --- /dev/null +++ b/EonaCat.ConnectionMonitor/App.xaml.cs @@ -0,0 +1,14 @@ +using System.Configuration; +using System.Data; +using System.Windows; + +namespace EonaCat.ConnectionMonitor +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } + +} diff --git a/EonaCat.ConnectionMonitor/AssemblyInfo.cs b/EonaCat.ConnectionMonitor/AssemblyInfo.cs new file mode 100644 index 0000000..b0ec827 --- /dev/null +++ b/EonaCat.ConnectionMonitor/AssemblyInfo.cs @@ -0,0 +1,10 @@ +using System.Windows; + +[assembly: ThemeInfo( + ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located + //(used if a resource is not found in the page, + // or application resource dictionaries) + ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located + //(used if a resource is not found in the page, + // app, or any theme specific resource dictionaries) +)] diff --git a/EonaCat.ConnectionMonitor/EonaCat.ConnectionMonitor.csproj b/EonaCat.ConnectionMonitor/EonaCat.ConnectionMonitor.csproj new file mode 100644 index 0000000..4b31f99 --- /dev/null +++ b/EonaCat.ConnectionMonitor/EonaCat.ConnectionMonitor.csproj @@ -0,0 +1,16 @@ + + + + WinExe + net8.0-windows + enable + enable + true + EonaCat.ico + + + + + + + diff --git a/EonaCat.ConnectionMonitor/EonaCat.ConnectionMonitor.sln b/EonaCat.ConnectionMonitor/EonaCat.ConnectionMonitor.sln new file mode 100644 index 0000000..0edc384 --- /dev/null +++ b/EonaCat.ConnectionMonitor/EonaCat.ConnectionMonitor.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.14.36414.22 d17.14 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EonaCat.ConnectionMonitor", "EonaCat.ConnectionMonitor.csproj", "{A05664B4-D80B-45D2-9906-460F7C05338D}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A05664B4-D80B-45D2-9906-460F7C05338D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A05664B4-D80B-45D2-9906-460F7C05338D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A05664B4-D80B-45D2-9906-460F7C05338D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A05664B4-D80B-45D2-9906-460F7C05338D}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {F48EE5FF-4EBA-44AD-9321-3D850E3A32F1} + EndGlobalSection +EndGlobal diff --git a/EonaCat.ConnectionMonitor/EonaCat.ico b/EonaCat.ConnectionMonitor/EonaCat.ico new file mode 100644 index 0000000..406f265 Binary files /dev/null and b/EonaCat.ConnectionMonitor/EonaCat.ico differ diff --git a/EonaCat.ConnectionMonitor/MainWindow.xaml b/EonaCat.ConnectionMonitor/MainWindow.xaml new file mode 100644 index 0000000..640a254 --- /dev/null +++ b/EonaCat.ConnectionMonitor/MainWindow.xaml @@ -0,0 +1,519 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +