Exemplo n.º 1
0
 public CarModule(IUnityContainer container, IApplicationCommandRegistry registry)
 {
     this.container = container;
     this.registry  = registry;
 }
Exemplo n.º 2
0
        public ShellViewModel(IApplicationCommandRegistry registry)
        {
            this.registry = registry;

            this.registry.Updated += (s, e) => RaisePropertyChanged(nameof(Commands));
        }