Ejemplo n.º 1
0
        private void btnVentas_Click(object sender, RoutedEventArgs e)
        {
            Ventas ventas = new Ventas();

            ventas.Show();
        }