Exemple #1
0
        private void 修改价格ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ReviseThePrice rtp = new ReviseThePrice();

            rtp.ShowDialog();
            ZaiRuFangFa();
        }
Exemple #2
0
        private void skinButton1_Click(object sender, EventArgs e)
        {
            ReviseThePrice rtp = new ReviseThePrice();

            rtp.ShowDialog();
        }