Skip to content

Commit

Permalink
Add links for compatibility list and Patreon
Browse files Browse the repository at this point in the history
  • Loading branch information
Myself086 committed Apr 21, 2021
1 parent 96cfffd commit 505de31
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 5 deletions.
36 changes: 31 additions & 5 deletions Project Nested/Form1.Designer.cs

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

15 changes: 15 additions & 0 deletions Project Nested/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Diagnostics;
using System.Drawing;
using System.IO;
using System.Linq;
Expand Down Expand Up @@ -540,6 +541,20 @@ private void btnCredits_Click(object sender, EventArgs e)
);
}

#endregion
// --------------------------------------------------------------------
#region Web Links

private void btnPatreon_Click(object sender, EventArgs e)
{
Process.Start("https://www.patreon.com/Myself086");
}

private void btnCompatibility_Click(object sender, EventArgs e)
{
Process.Start("https://docs.google.com/spreadsheets/d/1xKZIyNz1DSI3ZBdMfaTEaa_9b6IEABx-ZPwOb6XqcLQ/edit?usp=sharing");
}

#endregion
}
}

0 comments on commit 505de31

Please sign in to comment.