摘要:
Private Sub CheckBox1_CheckedChanged(sender As Object, e As EventArgs) Handles CheckBox1.CheckedChanged ' 配置文件路徑 Dim configFilePath As String = Path.C 閱讀全文
摘要:
Sub 將信息寫入日志中(日志內(nèi)容) '判斷日志文件夾是否存在,不存在就創(chuàng)建 If Not Directory.Exists(Application.StartupPath & "\log") Then Directory.CreateDirectory(Application.StartupPat 閱讀全文