private void toolEdgeMatch_Click(object sender, EventArgs e) { var shape = new DetectShapeMatch(); shape.InitOption(); this.detectBindingSource.Add(shape); }
public fmCreateShapeModel(DetectShapeMatch parent) { this.DeParent = parent; InitializeComponent(); }