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

            novo.Show();
        }