Exemplo n.º 1
0
        private void lblkHomePlayerNotifications_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            frmNotifications frmNotifications = new frmNotifications();

            frmNotifications.ShowDialog();
        }
Exemplo n.º 2
0
        private void lblkAddOrSearchGuildNotifications_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            frmNotifications frmNotifications = new frmNotifications();

            frmNotifications.ShowDialog();
        }