Beispiel #1
0
        public LoadModuleBView2Command(LoadModuleBView2globalCommandProxy comandProxi)
        {
            this.comandProxi = comandProxi;
            this.LoadView2Command = new DelegateCommand(this.Ejecutar);
            this.comandProxi.Loadview2Comando.RegisterCommand(this.LoadView2Command); //publicamos globalmente el comanndo para poder acceder desde otros modulos

        }
 public LoadModuleBView2Command(LoadModuleBView2globalCommandProxy comandProxi)
 {
     this.comandProxi      = comandProxi;
     this.LoadView2Command = new DelegateCommand(this.Ejecutar);
     this.comandProxi.Loadview2Comando.RegisterCommand(this.LoadView2Command); //publicamos globalmente el comanndo para poder acceder desde otros modulos
 }