private void statisticsToolStripMenuItem_Click(object sender, EventArgs e) { DictionnaryStatistics dlg = new DictionnaryStatistics(hashDic.HashList); dlg.ShowDialog(); }