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.
|
|
|
using System.Windows.Forms;
|
|
|
|
namespace Matrix_App
|
|
{
|
|
public partial class ColorWheel : UserControl
|
|
{
|
|
public ColorWheel()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|