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