コード例 #1
0
        public PointEditor(IPointProperty property)
        {
            InitializeComponent();

            _property = property;

            numericUpDown1.ValueChanged += numericUpDown1_ValueChanged;
            numericUpDown2.ValueChanged += numericUpDown1_ValueChanged;
        }
コード例 #2
0
 public virtual void Visit(IPointProperty property)
 {
 }
コード例 #3
0
 public virtual void Visit(IPointProperty type, PropertyInfo propertyInfo, ElasticsearchPropertyAttributeBase attribute)
 {
 }