Files
dotnetCampus.ApplicationSta…/demo/WPFDemo/WPFDemo.App/App.xaml

9 lines
325 B
Plaintext
Raw Normal View History

2022-03-16 21:22:04 +08:00
<Application x:Class="WPFDemo.App.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:WPFDemo.App">
<Application.Resources>
</Application.Resources>
</Application>