7 lines
113 B
C#
7 lines
113 B
C#
namespace Hawkeye.VisionBuilder.Features.ImagePreview;
|
|
|
|
public enum EControlMode
|
|
{
|
|
Preview,
|
|
Creation
|
|
} |