Exemplo n.º 1
0
        private void Btn_Listado_Contratos_Click(object sender, RoutedEventArgs e)
        {
            ListadoContratos ContratosList = new ListadoContratos();

            this.Hide();
            ContratosList.Show();
        }
Exemplo n.º 2
0
        private void Btn_listaContrato_Click(object sender, RoutedEventArgs e)
        {
            ListadoContratos listadoContratos = new ListadoContratos();

            listadoContratos.Show();
        }