private void betterLinkLabel1_Click(object sender, EventArgs e)
		{
			using(var dlg = new SettingProtectionDialog())
			{
				dlg.ShowDialog();
			}
			UpdateDisplay();
		}
Example #2
0
 private void betterLinkLabel1_Click(object sender, EventArgs e)
 {
     using (var dlg = new SettingProtectionDialog())
     {
         dlg.ShowDialog();
     }
     UpdateDisplay();
 }