AutoWikiBrowser.Plugins.Kingbotk.Components.AboutBox.AboutBox_Load C# (CSharp) Method

AboutBox_Load() private method

private AboutBox_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void AboutBox_Load(object sender, EventArgs e)
        {
            TextBoxDescription.Text =
                "An AWB plugin for adding and updating WikiProject templates on Wikipedia talk pages. " +
                Environment.NewLine +
                Environment.NewLine + "AWB Version: " + Application.ProductVersion + Environment.NewLine +
                Environment.NewLine +
                "Made in England. Store in a dry place and consume within 7 days of opening. COMES WITH NO WARRANTY - " +
                "check your edits and use sensibly!";
        }