예제 #1
0
 /// <summary>
 /// Launches the selected browser overriding configuration settings.
 /// </summary>
 /// <param name="browser">The browser.</param>
 /// <param name="hypertext">The hypertext "http" or "https"</param>
 public void Start(BrowserModel browser, string hypertext)
 {
     _client.Start(browser, new Uri("{0}://{1}".FormatWith(hypertext, _settings.DeviceAddress)));
 }