コード例 #1
0
        private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            CadastroCliente cc = new CadastroCliente();

            cc.Show();
        }
コード例 #2
0
        private void fToolStripMenuItem_Click(object sender, EventArgs e)
        {
            CadastroCliente cc = new CadastroCliente();

            cc.Show();
        }