Skip to content

Commit

Permalink
Swedifying
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Rapp committed Jun 12, 2018
1 parent edf30a4 commit 29a5f41
Show file tree
Hide file tree
Showing 12 changed files with 697 additions and 539 deletions.
10 changes: 2 additions & 8 deletions LateboundConstantGenerator/About.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,13 @@ public About(LCG lcg)
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
lcg.LogUse("About-OpenHomepage");
System.Diagnostics.Process.Start("http://lcg.xrmtoolbox.com");
System.Diagnostics.Process.Start("http://xtb.jonasrapp.net");
}

private void linkLabel2_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
lcg.LogUse("About-OpenBlog");
System.Diagnostics.Process.Start("http://jonasrapp.innofactor.se");
}

private void linkLabel3_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
lcg.LogUse("About-OpenInnofactor");
System.Diagnostics.Process.Start("http://www.innofactor.se");
System.Diagnostics.Process.Start("http://jonasrapp.net");
}

private void linkLabel4_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
Expand Down
35 changes: 4 additions & 31 deletions LateboundConstantGenerator/About.designer.cs

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

Loading

0 comments on commit 29a5f41

Please sign in to comment.