AutoWikiBrowser.MainForm.lblUserNotifications_Click C# (CSharp) Method

lblUserNotifications_Click() private method

private lblUserNotifications_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void lblUserNotifications_Click(object sender, EventArgs e)
        {
            if (Variables.NotificationsEnabled && TheSession.User.IsLoggedIn)
                Tools.OpenArticleInBrowser("Special:Notifications");
        }
MainForm