This commit is contained in:
2023-11-03 15:40:25 +09:00
parent 38a6889081
commit 9fed14988e
8 changed files with 137 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
<Application x:Class="WeatherApp.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:WeatherApp"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>