随笔分类 -  C#

摘要:namespace System.IO { public enum LogLevel { Debug, Info, Warning, Error, Fatal } public static class Logging { private static string _logFilePath; pr 阅读全文
posted @ 2023-03-02 22:26 vicky2021 阅读(412) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Drawing; using System.Runtime.InteropServices; using System.Security.Permissions; using System.Windows.Forms; namespace Vic 阅读全文
posted @ 2023-01-25 20:14 vicky2021 阅读(216) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Threading; using System.Windows.Forms; namespace { public class Form1 : Form { public Form1() { InitializeComponent(); } pr 阅读全文
posted @ 2021-05-26 13:27 vicky2021 阅读(323) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示