Skip to content

Commit

Permalink
Added By Me a Coffee link
Browse files Browse the repository at this point in the history
  • Loading branch information
rappen committed Feb 19, 2024
1 parent 7d39a1c commit 24141a0
Show file tree
Hide file tree
Showing 6 changed files with 97 additions and 62 deletions.
40 changes: 27 additions & 13 deletions FetchXmlBuilder/FetchXmlBuilder.Designer.cs

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

7 changes: 6 additions & 1 deletion FetchXmlBuilder/FetchXmlBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public FetchXmlBuilder()
// Add the event handler for handling non-UI thread exceptions to the event.
//AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(Error_UnhandledException);

//tslAbout.Text = Assembly.GetExecutingAssembly().GetName().Version.ToString() + " by Jonas Rapp";
tslAbout.ToolTipText = $"Version: {Assembly.GetExecutingAssembly().GetName().Version}";

ai1 = new AppInsights(aiEndpoint, aiKey1, Assembly.GetExecutingAssembly(), "FetchXML Builder");
ai2 = new AppInsights(aiEndpoint, aiKey2, Assembly.GetExecutingAssembly(), "FetchXML Builder");
Expand Down Expand Up @@ -878,6 +878,11 @@ private void tsbShare_Click(object sender, EventArgs e)
ShareLink.Open(this, dockControlBuilder.GetFetchString(false, false));
}

private void tsbBymeacoffee_Click(object sender, EventArgs e)
{
Process.Start("https://www.buymeacoffee.com/rappen");
}

#endregion Private Event Handlers
}
}
3 changes: 3 additions & 0 deletions FetchXmlBuilder/FetchXmlBuilder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,9 @@
<ItemGroup>
<None Include="Resources\Power Platform Developer icon.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\bmc-32.png" />
</ItemGroup>
<Import Project="..\MarkMpn.FetchXmlToWebAPI\MarkMpn.FetchXmlToWebAPI\MarkMpn.FetchXmlToWebAPI.projitems" Label="Shared" />
<Import Project="..\FXBEditorUtils\FXBEditorUtils.projitems" Label="Shared" />
<Import Project="..\MarkMpn.XmlSchemaAutocomplete\MarkMpn.XmlSchemaAutoComplete\MarkMpn.XmlSchemaAutoComplete.projitems" Label="Shared" />
Expand Down
10 changes: 10 additions & 0 deletions FetchXmlBuilder/Properties/Resources.Designer.cs

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

Loading

0 comments on commit 24141a0

Please sign in to comment.