Browse Source

完成页面属性显示

CaptB 4 months ago
parent
commit
8fb2a16c38
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Form1.cs

+ 1 - 0
Form1.cs

@@ -19,6 +19,7 @@ namespace EdgeVoyager
             Form1 newForm = new Form1();
             Form1 newForm = new Form1();
             newForm.webView21.Source = new Uri(e.Uri);
             newForm.webView21.Source = new Uri(e.Uri);
             newForm.Show();
             newForm.Show();
+
             e.Handled = true;
             e.Handled = true;
         }
         }