Ejemplo n.º 1
0
 public void load(string url)
 {
     InternetWindow iw = new InternetWindow();
     iw.startupUrl = url;
     iw.ShowDialog();
 }
Ejemplo n.º 2
0
 public void load()
 {
     InternetWindow iw = new InternetWindow();
     iw.ShowDialog();
 }