1
0
mirror of https://github.com/DarthAffe/RGB.NET-PicoPi.git synced 2025-12-12 13:28:34 +00:00
RGB.NET-PicoPi/PicoPiConfig/MainWindow.xaml.cs

13 lines
193 B
C#

using System.Windows;
namespace PicoPiConfig
{
public partial class MainWindow : Window
{
public MainWindow()
{
InitializeComponent();
}
}
}