void radialMenuItem3_Click(object sender, EventArgs e) { TheFinishProductInfo theFinishProductInfoFrom = new TheFinishProductInfo(); theFinishProductInfoFrom.Text = "成品信息"; theFinishProductInfoFrom.ShowDialog(); }
/// <summary> /// 成品信息 /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void barTheFinishProductInfo_Click(object sender, EventArgs e) { TheFinishProductInfo theFinishProductInfoFrom = new TheFinishProductInfo(); theFinishProductInfoFrom.Text = "成品信息"; theFinishProductInfoFrom.ShowDialog(); }