Reattach event handlers

This commit is contained in:
Mbucari 2023-04-03 14:09:22 -06:00
parent 7ada0082a9
commit 6252f015b3

View File

@ -72,6 +72,7 @@
releaseNotesLbl.TabIndex = 2; releaseNotesLbl.TabIndex = 2;
releaseNotesLbl.TabStop = true; releaseNotesLbl.TabStop = true;
releaseNotesLbl.Text = "Libation Classic v11.0.0.0"; releaseNotesLbl.Text = "Libation Classic v11.0.0.0";
releaseNotesLbl.LinkClicked += releaseNotesLbl_LinkClicked;
// //
// checkForUpgradeBtn // checkForUpgradeBtn
// //
@ -83,6 +84,7 @@
checkForUpgradeBtn.TabIndex = 3; checkForUpgradeBtn.TabIndex = 3;
checkForUpgradeBtn.Text = "Check for Upgrade"; checkForUpgradeBtn.Text = "Check for Upgrade";
checkForUpgradeBtn.UseVisualStyleBackColor = true; checkForUpgradeBtn.UseVisualStyleBackColor = true;
checkForUpgradeBtn.Click += checkForUpgradeBtn_Click;
// //
// getLibationLbl // getLibationLbl
// //