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

Initialise() protected method

protected Initialise ( ) : void
return void
            protected override void Initialise()
            {
                Text = Constants.AWBPluginName;
                linkLabel1.Visible = false;
                lblMadeBy.Text = "Made by Stephen Kennedy with Sam Reed";
                lblVersion.Text = "Version " + Version;
                textBoxDescription.Text = AssemblyDescription(System.Reflection.Assembly.GetExecutingAssembly()) +
                                          Environment.NewLine + Environment.NewLine + Resources.GPL;
            }
AboutBox.GPLAboutBox