private void toolStripButton_CheckList_Click(object sender, EventArgs e) { CheckList novo = new CheckList(); novo.Show(); Convert.ToString(textBox_CheckList); textBox_CheckList.Text = "Realizado"; }
private void toolStripButton_CheckList_Click(object sender, EventArgs e) { CheckList novo = new CheckList(); novo.Show(); }