Files
TouchSocket/examples/FileTransfer简单示例/FileServiceGUI/App.xaml
2022-07-21 15:22:00 +08:00

4 lines
253 B
XML

<Application x:Class="FileServiceGUI.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" StartupUri="MainWindow.xaml">
<Application.Resources />
</Application>