示例#1
0
        private void NewDocument_FormClosed(object sender, FormClosedEventArgs e)
        {
            DocumentViewForm dvf = new DocumentViewForm();

            dvf.Show();
        }
示例#2
0
        private void View_ti_Click(object sender, EventArgs e)
        {
            DocumentViewForm dvf = new DocumentViewForm();

            dvf.Show();
        }