Пример #1
0
        private void BtnBuscarContratoList_Click(object sender, RoutedEventArgs e)
        {
            VentanaListadoContrato list = new VentanaListadoContrato(true);

            list.Show();
            this.Close();
        }
Пример #2
0
        private void TileListCon_Click(object sender, RoutedEventArgs e)
        {
            VentanaListadoContrato vcon = new VentanaListadoContrato(false);

            vcon.Show();
        }