BitServer.frmSettings.btnExtHelp_Click C# (CSharp) Method

btnExtHelp_Click() private method

private btnExtHelp_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void btnExtHelp_Click(object sender, EventArgs e)
        {
            MessageBox.Show(
                "This is the Part after the '@' symbol. It's recommended to leave it unchanged.\r\nIf you come from another application, that used something else, you can change it.\r\nIf you set it to an invalid address some spam filters go crazy.",
                "Incompatibility", MessageBoxButtons.OK, MessageBoxIcon.Information);
        }