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

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

            dvf.Show();
        }