private void button6_Click(object sender, EventArgs e)
 {
     contents = new ArchiveContents(archivecontents);
     contents.Show();
 }
예제 #2
0
 private void button6_Click(object sender, EventArgs e)
 {
     contents = new ArchiveContents(archivecontents);
     contents.Show();
 }