vue-java-tutorials/CSharp/WPFTutorial/WPF-17-ScrollViewer/App.xaml

10 lines
383 B
Plaintext
Raw Normal View History

2025-06-22 20:21:42 +08:00
<Application x:Class="WPF_17_ScrollViewer.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:WPF_17_ScrollViewer"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>