コード例 #1
0
        void radialMenuItem3_Click(object sender, EventArgs e)
        {
            TheFinishProductInfo theFinishProductInfoFrom = new TheFinishProductInfo();

            theFinishProductInfoFrom.Text = "成品信息";
            theFinishProductInfoFrom.ShowDialog();
        }
コード例 #2
0
        /// <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();
        }