private void Button_Aluguel(object sender, RoutedEventArgs e) {
     AluguelCliente aluguel = new AluguelCliente();
     aluguel.Show();
 }
Esempio n. 2
0
        private void Button_Aluguel(object sender, RoutedEventArgs e)
        {
            AluguelCliente aluguel = new AluguelCliente();

            aluguel.Show();
        }