示例#1
0
        public InputGenerator()
        {
            _connection = new IpcConnection(portName);
            _connection.Register(remoteAppId, remotePortName);

            if (Utils.GetProfile() == "wearable")
            {
                _steps = 160;
            }
        }
 public InputGenerator()
 {
     _connection = new IpcConnection(portName);
     _connection.Register(remoteAppId, remotePortName);
 }