Example #1
0
        private void 文本处理ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FM_word son = new FM_word();

            son.Owner = this;
            son.Show();
        }
Example #2
0
        private void btn_Word_Click(object sender, EventArgs e)
        {
            FM_word son = new FM_word();

            son.Owner = this;
            son.Show();
        }