Пример #1
0
 public InputForm <T> Form <T>(string url)
 {
     return(new InputForm <T>(_webBrowser.Navigate(url)));
 }