commit
e64a9d2adf
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue