Files
TouchSocket/examples/FileTransfer简单示例/FileClientGUI/App.xaml
2022-08-22 13:08:44 +08:00

6 lines
278 B
XML

<Application x:Class="FileClientGUI.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>