Beispiel #1
0
 public EchoCommandProperty(ShellApplication app, CommandDispatcher dispatcher)
     : base(false)
 {
     this.app        = app;
     this.dispatcher = dispatcher;
     handler         = new CommandEventHandler(OnDispatcherExecuting);
 }
Beispiel #2
0
 public ApplicationPropertyRegistry(ShellApplication context, ConfigurationFile config)
     : base(context)
 {
     this.config = config;
 }
 public ApplicationPropertyRegistry(ShellApplication context, ConfigurationFile config)
     : base(context)
 {
     this.config = config;
 }
Beispiel #4
0
 public EchoCommandProperty(ShellApplication app, CommandDispatcher dispatcher)
     : base(false)
 {
     this.app = app;
     this.dispatcher = dispatcher;
     handler = new CommandEventHandler(OnDispatcherExecuting);
 }