Migrate desktop app to Avalonia and publish cross-platform releases
Build and Release / Publish Windows, Linux and macOS (push) Successful in 3m7s
Build and Release / Publish Windows, Linux and macOS (push) Successful in 3m7s
This commit is contained in:
@@ -8,7 +8,7 @@ namespace kcsj.Services
|
||||
{
|
||||
public static class LogService
|
||||
{
|
||||
public static event Action<string> OnLog;
|
||||
public static event Action<string>? OnLog;
|
||||
public static void AddLog(string message)
|
||||
{
|
||||
string time = DateTime.Now.ToString("HH:mm:ss");
|
||||
|
||||
Reference in New Issue
Block a user