private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) { CadastroCliente cc = new CadastroCliente(); cc.Show(); }
private void fToolStripMenuItem_Click(object sender, EventArgs e) { CadastroCliente cc = new CadastroCliente(); cc.Show(); }