예제 #1
0
        private void toolEdgeMatch_Click(object sender, EventArgs e)
        {
            var shape = new DetectShapeMatch();

            shape.InitOption();
            this.detectBindingSource.Add(shape);
        }
예제 #2
0
 public fmCreateShapeModel(DetectShapeMatch parent)
 {
     this.DeParent = parent;
     InitializeComponent();
 }