Exemple #1
0
 private void showAuth(object sender, EventArgs e)
 {
     authorResultBox.Clear();
     AuthorController.Read(authorResultBox);
 }