Ejemplo n.º 1
0
 public void OpenFileUrl()
 {
     try
     {
         string finalUrl = VideosFolderPath + "/" + Url;
         MostUsed.ExecuteShellUrl(finalUrl);
     }
     catch (Exception)
     {
         //throw;
     }
 }
Ejemplo n.º 2
0
 public void OpenFileUrl()
 {
     try
     {
         string finalUrl = DOCUMENTS_FOLDER_PATH + "/" + Url;
         MostUsed.ExecuteShellUrl(finalUrl);
     }
     catch (Exception)
     {
         //throw;
     }
 }
Ejemplo n.º 3
0
 private void ButtonGithub_Click(object sender, EventArgs e)
 {
     MostUsed.ExecuteShellUrl(Properties.Resources.GitHubLink);
 }
Ejemplo n.º 4
0
 private void Label1_Click(object sender, EventArgs e)
 {
     MostUsed.ExecuteShellUrl(Documento.GetFullUrl());
 }
Ejemplo n.º 5
0
 private void PictureBox1_Click(object sender, EventArgs e)
 {
     MostUsed.ExecuteShellUrl(CurrentVideo.getFullUrl());
 }