随笔分类 -  WinForm

摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window 阅读全文
posted @ 2022-03-28 17:20 夜丶珲 阅读(390) 评论(0) 推荐(0)
摘要:/****************************** ** SaveFileDialog ** ******************************/ SaveFileDialog saveFileDialog = new SaveFileDialog(); saveFileDia 阅读全文
posted @ 2022-03-28 15:41 夜丶珲 阅读(258) 评论(0) 推荐(0)
摘要:using System.Diagnostics; using System.Runtime.InteropServices; using System.Reflection; [STAThread] static void Main() { System.Diagnostics.Process i 阅读全文
posted @ 2022-03-25 17:58 夜丶珲 阅读(109) 评论(0) 推荐(0)