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

            sl.Show();
        }
예제 #2
0
파일: Form1.cs 프로젝트: xkolm036/Foto
        private void button_ulozitList_Click(object sender, EventArgs e)
        {
            SaveList save = new SaveList(textBox_Cil.Text);

            save.ShowDialog();
        }