Пример #1
0
 public ShellService(IScreenObjectRegistry registry, ICommandBar commands, IOptionsMenu options)
 {
     _registry = registry;
     _commands = commands;
     _options  = options;
 }
Пример #2
0
 public ShellService(IScreenObjectRegistry registry, ICommandBar commands, IOptionsMenu options)
 {
     _registry = registry;
     _commands = commands;
     _options = options;
 }