Jango_Desktop.SettingsDialog.SecurityRisksLink_LinkClicked C# (CSharp) Метод

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

private SecurityRisksLink_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
sender object
e LinkLabelLinkClickedEventArgs
Результат void
        private void SecurityRisksLink_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
        {
            MessageBox.Show("When using the auto login feature: \n\nYour username and password are stored in an encrypted format. \nSince it is possible for hackers to reverse encryption, you should not store your username and password on a shared machine, and you should use a password for Jango.com that is separate for any other account.", "Security Risks");
        }