Example #1
0
        void radialMenuItem4_Click(object sender, EventArgs e)
        {
            ServiceTheInfo serviceInfoFrom = new ServiceTheInfo();

            serviceInfoFrom.Text = "客户信息";
            serviceInfoFrom.ShowDialog();
        }
Example #2
0
        /// <summary>
        /// 客户信息
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void barServiceInfo_Click(object sender, EventArgs e)
        {
            ServiceTheInfo serviceInfoFrom = new ServiceTheInfo();

            serviceInfoFrom.Text = "客户信息";
            serviceInfoFrom.ShowDialog();
        }