20220510_191_upperpc/FTP/App.xaml
2023-07-27 10:57:34 +08:00

12 lines
425 B
XML

<Application x:Class="FTP.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:FTP"
StartupUri="FTPControlWindow.xaml">
<!--<Application.Resources>
<ResourceDictionary>
</ResourceDictionary>
</Application.Resources>-->
</Application>