Exemplo n.º 1
0
 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();
 }
Exemplo n.º 2
0
        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();
        }