wire up donate and github links
This commit is contained in:
parent
97e981bae2
commit
97da4c71d2
2 changed files with 23 additions and 5 deletions
2
ObservatoryCore/UI/CoreForm.Designer.cs
generated
2
ObservatoryCore/UI/CoreForm.Designer.cs
generated
|
|
@ -557,6 +557,7 @@
|
|||
GithubLink.TabIndex = 6;
|
||||
GithubLink.TabStop = true;
|
||||
GithubLink.Text = "github";
|
||||
GithubLink.LinkClicked += GithubLink_LinkClicked;
|
||||
//
|
||||
// DonateLink
|
||||
//
|
||||
|
|
@ -568,6 +569,7 @@
|
|||
DonateLink.TabIndex = 7;
|
||||
DonateLink.TabStop = true;
|
||||
DonateLink.Text = "Donate";
|
||||
DonateLink.LinkClicked += DonateLink_LinkClicked;
|
||||
//
|
||||
// CoreForm
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in a new issue