Files
netch/Netch/App.xaml
2021-06-15 21:44:03 +08:00

10 lines
365 B
XML

<Application x:Class="Netch.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Netch"
Startup="Application_Startup">
<Application.Resources>
</Application.Resources>
</Application>