mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 09:06:30 +00:00
8 lines
216 B
C#
8 lines
216 B
C#
namespace Azaion.Common.DTO.Config;
|
|
|
|
public class AnnotatorWindowConfig
|
|
{
|
|
public double LeftPanelWidth { get; set; }
|
|
public double RightPanelWidth { get; set; }
|
|
public bool ShowHelpOnStart { get; set; }
|
|
} |