public SettingsLauncherButton()
 {
     this.SetStyle(ControlStyles.SupportsTransparentBackColor, true);
     InitializeComponent();
     betterLinkLabel1.Click += OnLinkClicked;
     _helper = new SettingsProtectionHelper(this.Container);
     _helper.ManageComponent(this);
 }
		public SettingsLauncherButton()
		{
			this.SetStyle(ControlStyles.SupportsTransparentBackColor, true);
			InitializeComponent();
			betterLinkLabel1.Click += OnLinkClicked;
			_helper = new SettingsProtectionHelper(this.Container);
			_helper.ManageComponent(this);
		}