临时提交
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
using System.Windows.Controls;
|
||||
using DMS.ViewModels;
|
||||
using System.Windows.Controls;
|
||||
using DMS.WPF.ViewModels;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
|
||||
namespace DMS.Views;
|
||||
namespace DMS.WPF.Views;
|
||||
|
||||
public partial class DeviceDetailView : UserControl
|
||||
{
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
using System.Windows;
|
||||
using DMS.Helper;
|
||||
using DMS.ViewModels.Dialogs;
|
||||
using System.Windows;
|
||||
using DMS.Core.Helper;
|
||||
using DMS.WPF.ViewModels.Dialogs;
|
||||
using iNKORE.UI.WPF.Modern.Controls;
|
||||
using DMS.Models;
|
||||
using DMS.WPF.Models;
|
||||
|
||||
namespace DMS.Views.Dialogs;
|
||||
namespace DMS.WPF.Views.Dialogs;
|
||||
|
||||
public partial class DeviceDialog
|
||||
{
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
using System.Windows;
|
||||
using DMS.Helper;
|
||||
using DMS.Models;
|
||||
using DMS.Services;
|
||||
using DMS.ViewModels;
|
||||
using System.Windows;
|
||||
using DMS.Core.Helper;
|
||||
using DMS.WPF.Models;
|
||||
using DMS.WPF.Services;
|
||||
using DMS.WPF.ViewModels;
|
||||
using iNKORE.UI.WPF.Modern.Controls;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using DMS.Core.Enums;
|
||||
|
||||
namespace DMS.Views;
|
||||
namespace DMS.WPF.Views;
|
||||
|
||||
/// <summary>
|
||||
/// MainView.xaml 的交互逻辑
|
||||
|
||||
Reference in New Issue
Block a user