diff --git a/Samples/ClientInfoJs/Program.cs b/Samples/ClientInfoJs/Program.cs index 5f1f644..c1c9d0a 100644 --- a/Samples/ClientInfoJs/Program.cs +++ b/Samples/ClientInfoJs/Program.cs @@ -13,7 +13,7 @@ class PlatformInfo { internal async Task InitializeAsync() { - var browserInfo = await RPC.For(this) + var browserInfo = await RPC.For(this) //'this' selects only the associated remote API .CallAsync(x => x.GetBrowserInfo()); Console.WriteLine("\nBrowser info: " + browserInfo.First());