public void aboutToolStripMenuItem_Click(object sender, EventArgs e) { if (this.Size.Height < FormAboutSize.Height || this.Size.Width < FormAboutSize.Width) { this.Size = FormAboutSize; } labelVersion.Text = AppInfo.GetVersionInfo(); //groupAbout.Visible = true; }
private void Form_Main_Load(object sender, EventArgs e) { labelVersion.Text = AppInfo.GetVersionInfo(); }