I feel stupid but cannot find out how to add a text to a WPF Label control in code. Like following for a TextBlock:
DesrTextBlock.Text = \"some text\";
Try DesrLabel.Content. Its the WPF way.
DesrLabel.Content