Skip to content

Commit

Permalink
Aggiunto link help
Browse files Browse the repository at this point in the history
  • Loading branch information
Domenico Ciavarella committed Aug 25, 2020
1 parent d4b88a5 commit f0f0375
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 14 deletions.
20 changes: 17 additions & 3 deletions FetToExcel.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion FetToExcel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,14 @@ private int OffsetOra(string ora, int inizioOra = 0)

private void LlinkFetToExcel_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
this.llinkFetToExcel.LinkVisited = true;
((LinkLabel)sender).LinkVisited = true;
Process.Start("https://github.com/nicogis/FetToExcel/releases");
}

private void llinkFetToExcelHelp_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
((LinkLabel)sender).LinkVisited = true;
Process.Start("https://github.com/nicogis/FetToExcel/blob/master/README.md");
}
}
}
1 change: 0 additions & 1 deletion FetToExcel.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
</Compile>
<None Include=".gitattributes" />
<None Include=".gitignore" />
<None Include="appveyor.yml" />
<None Include="config.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down
9 changes: 0 additions & 9 deletions appveyor.yml

This file was deleted.

0 comments on commit f0f0375

Please sign in to comment.