Exemplo n.º 1
0
        private void fiseToolStripMenuItem_Click(object sender, EventArgs e)
        {
            DocumentStatistics statistici_doc = new DocumentStatistics();

            statistici_doc.ShowDialog();
        }
Exemplo n.º 2
0
 private void fiseToolStripMenuItem_Click(object sender, EventArgs e)
 {
     DocumentStatistics statistici_doc = new DocumentStatistics();
     statistici_doc.ShowDialog();
 }