/// <summary> /// 右键点击合并 /// </summary> private void toolStripMenuItem5_Click(object sender, EventArgs e) { ListJoin lj = new ListJoin(); lj.Owner = this; lj.ShowDialog(); }