08 2021 档案

摘要:1 System.Timers.Timer timer = new System.Timers.Timer(); 2 timer.Interval = 360; 3 timer.Elapsed += delegate 4 { 5 Application.Current.Dispatcher.Begi 阅读全文
posted @ 2021-08-31 10:11 东百牧码人 阅读(419) 评论(0) 推荐(0)
摘要:<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:the 阅读全文
posted @ 2021-08-13 09:58 东百牧码人 阅读(192) 评论(0) 推荐(0)
摘要:<TextBox x:Name="cszd" HorizontalContentAlignment="Left" //水平居左 VerticalContentAlignment="Top" //垂直居上 TextWrapping="Wrap" //换行 AcceptsReturn="True" // 阅读全文
posted @ 2021-08-10 09:54 东百牧码人 阅读(1708) 评论(0) 推荐(0)