EWUScanner.ExclusionPaths.HelpExplanation_Click C# (CSharp) Method

HelpExplanation_Click() private method

private HelpExplanation_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void HelpExplanation_Click(object sender, EventArgs e)
        {
            string helptext = "Usage:\nTo add a path, either click the add path button, which will open a file-dialog...\nOr manually type the path into a row.\n\nYou can also delete rows by clicking on the row header\nand hitting the Delete key.";

            MessageBox.Show(helptext);
        }