mirror of
https://github.com/kaerys08/Pixerys-Tool.git
synced 2025-06-18 16:55:44 -04:00
7 lines
118 B
C#
7 lines
118 B
C#
using Avalonia.Controls.Primitives;
|
|
|
|
namespace Pixerys.Controls;
|
|
|
|
public class FrameColorPicker : TemplatedControl
|
|
{
|
|
} |