示例#1
0
 private void btnModify_Click(object sender, RoutedEventArgs e)
 {
     ModifyEBook.PollInformation(Book);
     Close();
 }