开发者

WPF add a clock to my GUI

开发者 https://www.devze.com 2022-12-12 22:19 出处:网络
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 els

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

0

精彩评论

暂无评论...
验证码 换一张
取 消