20220510_191_upperpc/FTP/App.xaml

12 lines
425 B
Plaintext
Raw Permalink Normal View History

2023-07-27 02:57:34 +00:00
<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>