Exemple #1
0
        private void button1_Click_1(object sender, EventArgs e)
        {
            FileManager.Soubory = cillist;
            SaveList sl = new SaveList("mega");

            sl.Show();
        }
Exemple #2
0
        private void button_ulozitList_Click(object sender, EventArgs e)
        {
            SaveList save = new SaveList(textBox_Cil.Text);

            save.ShowDialog();
        }