Пример #1
0
        private void btn_PickingOut_Click(object sender, EventArgs e)
        {
            PickingOut picking = new PickingOut(this);

            picking.MdiParent = this;
            SetMdiForm(picking.Text, typeof(PickingOut));
        }
Пример #2
0
 public ScanGunForm(PickingOut po)
 {
     InitializeComponent();
     this.PickOut = po;
 }