VPet/VPet.Solution/App.xaml
2023-09-24 12:21:39 +08:00

10 lines
371 B
XML

<Application x:Class="VPet.Solution.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:VPet.Solution"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>