8 lines
124 B
C#
8 lines
124 B
C#
using Xarial.XCad.UI.Commands.Attributes;
|
|
|
|
[CommandGroupInfo(2)]
|
|
public enum CommandsE_e
|
|
{
|
|
CommandE1,
|
|
CommandE2
|
|
} |