RGBController/RGBController2/App.xaml

10 lines
373 B
Plaintext
Raw Normal View History

2020-08-28 19:39:09 +01:00
<Application x:Class="RGBController2.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:RGBController2"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>