Ejemplo n.º 1
0
 protected Dispatcher(ConsoleDispatcher parentDispatcher)
 {
     ParentDispatcher = parentDispatcher;
     WpfConsole       = parentDispatcher.WpfConsole;
 }
Ejemplo n.º 2
0
 public SyncHostConsoleDispatcher(ConsoleDispatcher parentDispatcher)
     : base(parentDispatcher)
 {
 }
Ejemplo n.º 3
0
 public AsyncHostConsoleDispatcher(ConsoleDispatcher parentDispatcher)
     : base(parentDispatcher)
 {
     _marshaler = new Marshaler(this);
 }