摘要:
Private Sub CheckBox1_CheckedChanged(sender As Object, e As EventArgs) Handles CheckBox1.CheckedChanged ' 配置文件路径 Dim configFilePath As String = Path.C 阅读全文
摘要:
Sub 将信息写入日志中(日志内容) '判断日志文件夹是否存在,不存在就创建 If Not Directory.Exists(Application.StartupPath & "\log") Then Directory.CreateDirectory(Application.StartupPat 阅读全文