Exemplo n.º 1
0
 private void textBox_ISBN_TextChanged(object sender, EventArgs e)
 {
     addBookPresenter.CheckISBN(textBox_ISBN, pictureBoxISBN);
 }