79330708

Date: 2025-01-05 12:38:53
Score: 0.5
Natty:
Report link

try to change "null" with this in PropertyChanged?.Invoke(null, new PropertyChangedEventArgs(name)); to PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(name));

When I changed it and called the start method, the textblock Text was updated.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sheriff