AutoWikiBrowser.Plugins.Kingbotk.Components.AboutBox.AboutBox C# (CSharp) 메소드

AboutBox() 개인적인 메소드

private AboutBox ( ) : System
리턴 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);
        }