Exemplo n.º 1
0
        void radialMenuItem1_Click(object sender, EventArgs e)
        {
            ProductInformation productInformationFrom = new ProductInformation();

            productInformationFrom.Text = "产品信息";
            productInformationFrom.ShowDialog();
        }
Exemplo n.º 2
0
        /// <summary>
        /// 产品信息
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void barProductInformation_Click(object sender, EventArgs e)
        {
            ProductInformation productInformationFrom = new ProductInformation();

            productInformationFrom.Text = "产品信息";
            productInformationFrom.ShowDialog();
        }