DirectoryCreator/App.xaml

10 lines
377 B
Plaintext
Raw Normal View History

2025-02-02 17:31:06 -03:00
<Application x:Class="DirectoryCreator.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:DirectoryCreator"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>