c# winform 显示一个 tip
摘要:
public void showTip(string text, int duration = 2000) { var form = new Form { Size = new Size(1, 1), StartPosition = FormStartPosition.CenterScreen }; 阅读全文
posted @ 2024-10-16 23:30 空明流光 阅读(13) 评论(0) 推荐(0) 编辑