From 6252f015b3a7c5b25b6b7871b760b4942816e782 Mon Sep 17 00:00:00 2001 From: Mbucari Date: Mon, 3 Apr 2023 14:09:22 -0600 Subject: [PATCH] Reattach event handlers --- Source/LibationWinForms/Dialogs/AboutDialog.Designer.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/LibationWinForms/Dialogs/AboutDialog.Designer.cs b/Source/LibationWinForms/Dialogs/AboutDialog.Designer.cs index 39aeb4f4..bd47667b 100644 --- a/Source/LibationWinForms/Dialogs/AboutDialog.Designer.cs +++ b/Source/LibationWinForms/Dialogs/AboutDialog.Designer.cs @@ -72,6 +72,7 @@ releaseNotesLbl.TabIndex = 2; releaseNotesLbl.TabStop = true; releaseNotesLbl.Text = "Libation Classic v11.0.0.0"; + releaseNotesLbl.LinkClicked += releaseNotesLbl_LinkClicked; // // checkForUpgradeBtn // @@ -83,6 +84,7 @@ checkForUpgradeBtn.TabIndex = 3; checkForUpgradeBtn.Text = "Check for Upgrade"; checkForUpgradeBtn.UseVisualStyleBackColor = true; + checkForUpgradeBtn.Click += checkForUpgradeBtn_Click; // // getLibationLbl //