Esempio n. 1
0
        private void info_Click(object sender, EventArgs e)
        {
            Information info = new Information(files[i]);

            info.Show();
        }