规范类名及命名空间名称

This commit is contained in:
李伟
2026-04-13 14:35:37 +08:00
parent c430ec229b
commit ace1c70ddf
217 changed files with 1271 additions and 1384 deletions
@@ -1,12 +1,12 @@
using Moq;
using System;
using System.Windows;
using Moq;
using XP.Common.Logging.Interfaces;
using Xunit;
using Xunit.Abstractions;
using XP.Hardware.RaySource.Services;
using XplorePlane.Models;
using XplorePlane.Services.AppState;
using Xunit;
using Xunit.Abstractions;
namespace XplorePlane.Tests.Services
{
@@ -134,4 +134,4 @@ namespace XplorePlane.Tests.Services
Assert.NotEmpty(_service.SystemState.ErrorMessage);
}
}
}
}
@@ -1,14 +1,14 @@
using Moq;
using System;
using System.IO;
using System.Threading.Tasks;
using Moq;
using XP.Common.Logging.Interfaces;
using Xunit;
using Xunit.Abstractions;
using XplorePlane.Models;
using XplorePlane.Services;
using XplorePlane.Services.AppState;
using XplorePlane.Services.Recipe;
using Xunit;
using Xunit.Abstractions;
namespace XplorePlane.Tests.Services
{
@@ -138,4 +138,4 @@ namespace XplorePlane.Tests.Services
}
}
}
}
}