摘要: 事情是这样的,想使用线程间通信ChatGPT走一波 using System; using System.Runtime.InteropServices; using System.Threading; public class Program { // 定义常量,表示自定义消息 private c 阅读全文
posted @ 2023-08-18 16:46 stweily 阅读(60) 评论(0) 推荐(0)
摘要: WPF的初始化的顺序 /// <summary> /// MainWindow.xaml 的交互逻辑 /// </summary> public partial class MainWindow : Window { public MainWindow() { InitializeComponent 阅读全文
posted @ 2023-08-18 15:05 stweily 阅读(337) 评论(0) 推荐(0)