Skip to content

Commit

Permalink
Update Form1.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ServerBP authored Jul 10, 2023
1 parent f3fb962 commit 11ab409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions raw_code/Nya_Desktop/Form1.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 0.0.0.1
// 0.0.0.12

using System;
using System.Collections.Generic;
Expand Down Expand Up @@ -311,4 +311,4 @@ public static void createLogs()
System.IO.File.WriteAllText(Path.Combine(Path.Combine(specificFolder, "logs"), "log_" + DateTime.Now.ToString("yyyyy_MM_dd_HH_mm_ss")) + ".log", category.log);
}
}
}
}

0 comments on commit 11ab409

Please sign in to comment.