Skip to content
This repository has been archived by the owner on Dec 20, 2019. It is now read-only.

Commit

Permalink
Commenting.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajuric committed Jan 15, 2018
1 parent 98bfd70 commit 656c5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Samples/ClientInfoJs/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class PlatformInfo
{
internal async Task InitializeAsync()
{
var browserInfo = await RPC.For<IBrowserInfo>(this)
var browserInfo = await RPC.For<IBrowserInfo>(this) //'this' selects only the associated remote API
.CallAsync(x => x.GetBrowserInfo());

Console.WriteLine("\nBrowser info: " + browserInfo.First());
Expand Down

0 comments on commit 656c5e1

Please sign in to comment.