private void aboutToolStripMenuItem_Click(object sender, EventArgs e) { about aboutBox = new about(); aboutBox.ShowDialog(); aboutBox = null; }
private void button2_Click_1(object sender, EventArgs e) { //new about().Show(); Form f2 = new about(); //参数得看 Form2 的构造函数怎么写的了 f2.ShowDialog(); //string registData = this.GetRegistData(this.registData); //选择steam路径 //OpenFileDialog dialog = new OpenFileDialog(); //dialog.ShowDialog(); //registData = dialog.FileName; //this.textBox1.Text = registData; }
private void aProposToolStripMenuItem_Click(object sender, EventArgs e) { Form f = new about(); f.ShowDialog(); }