Exemple #1
0
 public DisplayStrategyMVBD(StrategyManager strategyMgr) : base(strategyMgr)
 {
     mvbdTcpIpConnection = new MvbdConnectionTCPIP(strategyMgr, this);
     if (mvbdTcpIpConnection._tcpClient != null)
     {
         //Deviceliste abrufen
         deviceList = getPosibleDevices();
     }
 }
Exemple #2
0
 public ExternalScreenreaderNVDA(StrategyManager strategyMgr)
 {
     this.strategyMgr    = strategyMgr;
     mvbdTcpIpConnection = new MvbdConnectionTCPIP(strategyMgr, this);
     lastContent         = null;
 }