Exemple #1
0
 public SyncHostConsoleDispatcher(ConsoleDispatcher parentDispatcher) : base(parentDispatcher)
 {
 }
Exemple #2
0
 public SyncHostConsoleDispatcher(ConsoleDispatcher parentDispatcher)
     : base(parentDispatcher)
 {
 }
Exemple #3
0
 protected Dispatcher(ConsoleDispatcher parentDispatcher)
 {
     WpfConsole = parentDispatcher.WpfConsole;
 }
Exemple #4
0
 protected Dispatcher(ConsoleDispatcher parentDispatcher)
 {
     WpfConsole = parentDispatcher.WpfConsole;
 }