DSIK_FILEZILLA/sikFtpClient/App.xaml

10 lines
369 B
Plaintext
Raw Normal View History

2019-01-06 12:24:38 +01:00
<Application x:Class="sikFtpClient.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:sikFtpClient"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>