上一页 1 ··· 11 12 13 14 15
摘要: 前端代码 <StackPanel> <WrapPanel> <Button x:Name="btnStart" Content="开台" Height="40" Width="80" Click="btnStart_Click"></Button> <Button x:Name="btnStop" 阅读全文
posted @ 2021-03-28 04:46 microsoft-zhcn 阅读(140) 评论(0) 推荐(0)
摘要: 多用户计数器 https://blog.csdn.net/Andrew_wx/article/details/6659756 阅读全文
posted @ 2021-03-28 03:01 microsoft-zhcn 阅读(56) 评论(0) 推荐(0)
摘要: public partial class MainWindow : Window { private System.Windows.Threading.DispatcherTimer timer; public MainWindow() { InitializeComponent(); timer 阅读全文
posted @ 2021-03-28 02:38 microsoft-zhcn 阅读(331) 评论(0) 推荐(0)
摘要: 存储库 阅读全文
posted @ 2020-10-13 15:17 microsoft-zhcn 阅读(200) 评论(0) 推荐(0)
摘要: XAML 实现代码: <Path Width="100" Height="100" Stretch="Fill" Fill="Red" Data="M582.2 346.6c-30.4 0-58.3 10.9-80.4 29.1-22.1-18.2-50-29.1-80.4-29.1-71.3 0- 阅读全文
posted @ 2020-10-13 15:14 microsoft-zhcn 阅读(424) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15