private void btnCell_click(object sender, EventArgs e) { mainForm mainF = new mainForm(); string cell; cell = cbCell.Text; SendCell = new sendCell(mainF.getCell); SendCell(cell); this.Hide(); }