WPF add a clock to my GUI
Simple Request - I want to be able to d开发者_如何学运维isplay the current time within my WPF application window. Are there free controls out there for this? Just need to display the time, nothing else.
You could have a label or a text block and have its content bound to System.DateTime.Now
精彩评论