CtrEditor/App.xaml

10 lines
354 B
Plaintext
Raw Permalink Normal View History

2024-05-01 14:45:20 -03:00
<Application x:Class="CtrEditor.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:CtrEditor"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>
2024-05-02 11:06:45 -03:00