private void btn_PickingOut_Click(object sender, EventArgs e) { PickingOut picking = new PickingOut(this); picking.MdiParent = this; SetMdiForm(picking.Text, typeof(PickingOut)); }
public ScanGunForm(PickingOut po) { InitializeComponent(); this.PickOut = po; }