Exemplo n.º 1
0
        void radialMenuItem27_Click(object sender, EventArgs e)
        {
            SpellCabinetSite spellCabinetSiteFrom = new SpellCabinetSite();

            spellCabinetSiteFrom.Text = "拼柜站点";
            spellCabinetSiteFrom.ShowDialog();
        }
Exemplo n.º 2
0
        /// <summary>
        /// 拼柜站点
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void barSpellCabinetSite_Click(object sender, EventArgs e)
        {
            SpellCabinetSite spellCabinetSiteFrom = new SpellCabinetSite();

            spellCabinetSiteFrom.Text = "拼柜站点";
            spellCabinetSiteFrom.ShowDialog();
        }