14 lines
203 B
C#
14 lines
203 B
C#
|
|
|||
|
using System.Windows.Forms;
|
|||
|
|
|||
|
namespace Matrix_App
|
|||
|
{
|
|||
|
public partial class ColorWheel : UserControl
|
|||
|
{
|
|||
|
public ColorWheel()
|
|||
|
{
|
|||
|
InitializeComponent();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|