public override void Play(PlayActionArgs args)
        {
            Dispose();
            stopWatch = Stopwatch.StartNew();
            var arguments = string.Format("--url-route=\"#?cmsId={0}&launchSource=External&shortName=game_gfn_pc&parentGameId=\"", supportedGameId);

            StartProcess(geforceNowExecutablePath, arguments, geforceNowWorkingPath);
            StartWatching();
        }
Ejemplo n.º 2
0
 public override void Play(PlayActionArgs args)
 {
     throw new NotSupportedException("This shouldn't be called.");
 }