This repository has been archived on 2023-12-10. You can view files and clone it, but cannot push or open issues or pull requests.
PainterlyUNO/Matrix App/forms/ColorWheel.cs

14 lines
203 B
C#
Raw Permalink Normal View History

2021-06-09 16:43:27 +00:00

using System.Windows.Forms;
namespace Matrix_App
{
public partial class ColorWheel : UserControl
{
public ColorWheel()
{
InitializeComponent();
}
}
}