示例#1
0
        private void itmCut_Click(object sender, System.EventArgs e)
        {
            TextForm documentForm = (TextForm)ActiveMdiChild;

            documentForm.textCut();
        }