Beispiel #1
0
 private void btnAddtoReferenceList_Click(object sender, EventArgs e)
 {
     btnAddAnotherJournal.Enabled = true;
     ManageList.setMyList(myJournal);
 }
Beispiel #2
0
 private void btnAddToReferenceList_Click(object sender, EventArgs e)
 {
     btnAddAnotherChapter.Enabled = true;
     ManageList.setMyList(myChapter);
 }