Ejemplo n.º 1
0
 public PropertyDrawer(PerunEditor editor) : base(editor)
 {
 }
Ejemplo n.º 2
0
 public ListDrawer(PerunEditor editor) : base(editor)
 {
 }
Ejemplo n.º 3
0
 public GenericDrawer(PerunEditor editor) : base(editor)
 {
 }
Ejemplo n.º 4
0
 public BaseDrawer(PerunEditor editor)
 {
     _editor = editor;
 }
Ejemplo n.º 5
0
 public BaseAttributesDrawer(PerunEditor editor) : base(editor)
 {
 }
Ejemplo n.º 6
0
 public EnumDrawer(PerunEditor editor) : base(editor)
 {
 }