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

AboutBox() private method

private AboutBox ( ) : System
return System
        internal AboutBox()
        {
            Load += AboutBox_Load;
            // This call is required by the Windows Form Designer.
            InitializeComponent();

            // Add any initialization after the InitializeComponent() call.
            LabelVersion.Text = string.Format("Version {0}", Version);
        }