Наследование: System.Management.Automation.Host.PSHostRawUserInterface
Пример #1
0
 public HostUI(PoshConsole control, Panel progress)
 {
     ProgressPanel = progress;
     _control      = control;
     RawUI         = new HostRawUI(control);
 }
Пример #2
0
 public HostUI(PoshConsole control)
 {
     _control = control;
     RawUI    = new HostRawUI(control);
 }
Пример #3
0
 public HostUI(PoshConsole control, Panel progress)
 {
     ProgressPanel = progress;
     _control = control;
     RawUI = new HostRawUI(control);
 }