auto-creamapi-2/App.xaml

9 lines
316 B
Plaintext
Raw Normal View History

2020-12-19 19:14:40 -05:00
<Application x:Class="auto_creamapi.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>