Ejemplo n.º 1
0
        public PointEditor(IPointProperty property)
        {
            InitializeComponent();

            _property = property;

            numericUpDown1.ValueChanged += numericUpDown1_ValueChanged;
            numericUpDown2.ValueChanged += numericUpDown1_ValueChanged;
        }
 public virtual void Visit(IPointProperty property)
 {
 }
Ejemplo n.º 3
0
 public virtual void Visit(IPointProperty type, PropertyInfo propertyInfo, ElasticsearchPropertyAttributeBase attribute)
 {
 }