예제 #1
0
 public void addNewBrowserTab(string url, bool focusNewTab = true)
 {
     myForm.AddNewBrowserTab(url, focusNewTab);
 }