摘要: 1.新建一个WPF的应用; 2.拖拽控件并布局好: 【小技巧】选中控件,点击”回形针“即可让该控件跟随窗口自动调整大小; 3.编写代码: 主程序代码如下: namespace WpfApp1 { delegate void ShowMsgDelegate(ref TextBox textbox1, 阅读全文
posted @ 2022-06-17 17:00 Stephen_Young 阅读(718) 评论(0) 推荐(0)