예제 #1
0
        /**
         *
         * https://docs.microsoft.com/en-us/ef/ef6/modeling/designer/workflows/database-first
         *
         * **/


        private void BtnCadClient_Click(object sender, RoutedEventArgs e)
        {
            AddCliente addCliente = new AddCliente();

            addCliente.Show();
            this.Close();
        }