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); }