Files
TechMedia/TechMedia.Interface.Wpf/App.xaml
2022-03-05 00:43:36 -07:00

10 lines
391 B
XML

<Application x:Class="TechMedia.Interface.Wpf.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:TechMedia.Interface.Wpf"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>