public Ventana1(agregarMall Mall)
 {
     MallAgregado += Mall;
     InitializeComponent();
     this.Show();
     //------------------------------------------------------------//
 }
Example #2
0
        public MainWindow()
        {
            AgregarNuevo    = new agregarMall(AgregarMall);
            EditarSim       = new editarsim(Editar_Simulacion);
            ListaMall       = new List <Mall>();
            ListaSimulacion = new List <TiendasSimuladas>();

            InitializeComponent();
        }