diff --git a/SocketStudy.ClientApp/App.xaml b/SocketStudy.ClientApp/App.xaml new file mode 100644 index 0000000..c88a47c --- /dev/null +++ b/SocketStudy.ClientApp/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/SocketStudy.ClientApp/App.xaml.cs b/SocketStudy.ClientApp/App.xaml.cs new file mode 100644 index 0000000..be11afa --- /dev/null +++ b/SocketStudy.ClientApp/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 SocketStudy.ClientApp +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} diff --git a/SocketStudy.ClientApp/AssemblyInfo.cs b/SocketStudy.ClientApp/AssemblyInfo.cs new file mode 100644 index 0000000..8b5504e --- /dev/null +++ b/SocketStudy.ClientApp/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/SocketStudy.ClientApp/Images/logo.ico b/SocketStudy.ClientApp/Images/logo.ico new file mode 100644 index 0000000..4159cd4 Binary files /dev/null and b/SocketStudy.ClientApp/Images/logo.ico differ diff --git a/SocketStudy.ClientApp/Images/logo.red.ico b/SocketStudy.ClientApp/Images/logo.red.ico new file mode 100644 index 0000000..411b3b3 Binary files /dev/null and b/SocketStudy.ClientApp/Images/logo.red.ico differ diff --git a/SocketStudy.ClientApp/MainWindow.xaml b/SocketStudy.ClientApp/MainWindow.xaml new file mode 100644 index 0000000..c385cd2 --- /dev/null +++ b/SocketStudy.ClientApp/MainWindow.xaml @@ -0,0 +1,34 @@ + + + +