79158280

Date: 2024-11-05 08:49:45
Score: 1.5
Natty:
Report link

Like suggested I added the following Button_Click event to the UserControl1.xaml and it is working like intended:

private void Button_Click(object sender, RoutedEventArgs e)
{
    ParentInProgress = true;
    Testclass.DoSomethingCommand.Execute(true);
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: PhilSy