Esempio n. 1
0
        public ClientHost(RunPowerShell page)
        {
            _id   = Guid.NewGuid();
            _page = page;

            _ui = new ClientHostUserInterface(this);
        }
Esempio n. 2
0
 public ClientHostRawUserInterface(ClientHostUserInterface ui)
 {
     _ui = ui;
 }