mirror of
https://github.com/nsnail/dot.git
synced 2025-06-17 21:13:21 +08:00
4 lines
139 B
C#
4 lines
139 B
C#
namespace Dot.Color;
|
|
|
|
[Verb("color", HelpText = nameof(Str.ScreenPixelTool), ResourceType = typeof(Str))]
|
|
public class Option : IOption { } |