예제 #1
0
        private void toolStripButton_Clientes_Click(object sender, EventArgs e)
        {
            Clientes novo = new Clientes();

            novo.ShowDialog();
        }
예제 #2
0
        private void toolStripMenuItemCliente_Click(object sender, EventArgs e)
        {
            Clientes novo = new Clientes();

            novo.ShowDialog();
        }