mirror of
https://github.com/DarthAffe/RGB.NET-PicoPi.git
synced 2025-12-12 13:28:34 +00:00
8 lines
104 B
C#
8 lines
104 B
C#
using System.Windows;
|
|
|
|
namespace PicoPiConfig
|
|
{
|
|
public partial class App : Application
|
|
{ }
|
|
}
|