예제 #1
0
 public static void newdocument()
 {
     webBrowser.newWb("");
 }
예제 #2
0
 public static void NewDocument(string text)
 {
     webBrowser.newWb(text);
 }