Beispiel #1
0
        private void toolStripButton_CheckList_Click(object sender, EventArgs e)
        {
            CheckList novo = new CheckList();

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

            novo.Show();
        }