AutoWikiBrowser.MainForm.lblUserNotifications_Click C# (CSharp) Метод

lblUserNotifications_Click() приватный Метод

private lblUserNotifications_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void
        private void lblUserNotifications_Click(object sender, EventArgs e)
        {
            if (Variables.NotificationsEnabled && TheSession.User.IsLoggedIn)
                Tools.OpenArticleInBrowser("Special:Notifications");
        }
MainForm