Esempio n. 1
0
 private void Initialize()
 {
     // 设置webbrower 页面数据
     this.webBrowser_vteshow.Url = new Uri(ConfigHelp.GetPathBaseRootPath("Main"));
 }
Esempio n. 2
0
 private void VteDetailsLoad(object sender, EventArgs e)
 {
     this.webBrowser_detials.Url = new Uri(ConfigHelp.GetPathBaseRootPath("Detail"));
 }