Ejemplo n.º 1
0
 private void UpdateButton_Click(object sender, RoutedEventArgs e)
 {
     if (InputOK())
     {
         var stringSQL = homeWork.PrepareSQLStringForUpdateToDB();
         ExecuteDBOperations(stringSQL, "Row Updated!");
     }
 }