예제 #1
0
        private void Cliente_Click(object sender, RoutedEventArgs e)
        {
            VentanaClientes vc = new VentanaClientes();

            vc.Show();
            Close();
        }
예제 #2
0
        private void Atras_Click(object sender, RoutedEventArgs e)
        {
            VentanaClientes mp = new VentanaClientes();

            mp.Show();
            Close();
        }