临时提交
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
|
||||
using DMS.Core.Enums;
|
||||
using DMS.Models;
|
||||
using DMS.ViewModels;
|
||||
using DMS.WPF.Models;
|
||||
using DMS.WPF.ViewModels;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
namespace DMS.Helper;
|
||||
namespace DMS.WPF.Helper;
|
||||
|
||||
public class DataServicesHelper
|
||||
{
|
||||
@@ -122,4 +125,4 @@ public class DataServicesHelper
|
||||
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
using CommunityToolkit.Mvvm.Messaging;
|
||||
using CommunityToolkit.Mvvm.Messaging;
|
||||
using DMS.Core.Enums;
|
||||
using DMS.Message;
|
||||
using DMS.ViewModels;
|
||||
using DMS.WPF.Message;
|
||||
using DMS.WPF.ViewModels;
|
||||
|
||||
namespace DMS.Helper;
|
||||
namespace DMS.WPF.Helper;
|
||||
|
||||
public class MessageHelper
|
||||
{
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.Windows;
|
||||
using DMS.Config;
|
||||
using DMS.Infrastructure.Configurations;
|
||||
using iNKORE.UI.WPF.Modern;
|
||||
using Microsoft.Win32;
|
||||
|
||||
namespace DMS.Helper;
|
||||
namespace DMS.WPF.Helper;
|
||||
|
||||
public static class ThemeHelper
|
||||
{
|
||||
@@ -93,4 +94,4 @@ public static class ThemeHelper
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user