Ejemplo n.º 1
0
 private void uxDesktophttpsPreview_Click(object sender, EventArgs e)
 {
     SuggestedURL.Open(InsecureDesktopURL, this.InsertDesktopUrl);
 }
Ejemplo n.º 2
0
 private void uxMobilehttpsPreview_Click(object sender, EventArgs e)
 {
     SuggestedURL.Open(InsecureMobileURL, this.InsertMobileUrl);
 }