RGBController/RGBController2/App.xaml

10 lines
379 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"
2020-10-25 19:52:14 +00:00
StartupUri="Views/MainWindow.xaml">
2020-08-28 19:39:09 +01:00
<Application.Resources>
</Application.Resources>
</Application>