private void Button_ClearButton_Click(object sender, RoutedEventArgs e) { Operand1.Clear(); Operand2.Clear(); Answer.Clear(); }