Ejemplo n.º 1
0
        private void NewDocument_FormClosed(object sender, FormClosedEventArgs e)
        {
            DocumentViewForm dvf = new DocumentViewForm();

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

            dvf.Show();
        }