完成添加变量功能
This commit is contained in:
@@ -8,6 +8,7 @@ namespace PMSWPF.Helper;
|
||||
public class NotificationHelper
|
||||
{
|
||||
private static readonly ILogger Logger = LogManager.GetCurrentClassLogger();
|
||||
|
||||
public static void ShowMessage(string msg, NotificationType notificationType = NotificationType.Info,
|
||||
bool isGlobal = false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user