Пример #1
0
 private void uxDesktophttpsPreview_Click(object sender, EventArgs e)
 {
     SuggestedURL.Open(InsecureDesktopURL, this.InsertDesktopUrl);
 }
Пример #2
0
 private void uxMobilehttpsPreview_Click(object sender, EventArgs e)
 {
     SuggestedURL.Open(InsecureMobileURL, this.InsertMobileUrl);
 }