This commit is contained in:
GG Z
2025-07-31 20:12:24 +08:00
parent 4f6cd2137c
commit f209e7d3ad
426 changed files with 15854 additions and 6612 deletions

View File

@@ -1,4 +1,4 @@
namespace AntDesign.WPF.Microsoft.Windows.Shell.Standard
namespace AntDesignWPF.Microsoft.Windows.Shell.Standard
{
using System.Diagnostics.CodeAnalysis;

View File

@@ -1,4 +1,4 @@
namespace AntDesign.WPF.Microsoft.Windows.Shell.Standard
namespace AntDesignWPF.Microsoft.Windows.Shell.Standard
{
using System.Diagnostics.CodeAnalysis;

View File

@@ -1,5 +1,5 @@
#pragma warning disable 1591, 618
namespace AntDesign.WPF.Microsoft.Windows.Shell.Standard
namespace AntDesignWPF.Microsoft.Windows.Shell.Standard
{
using System;
using System.Diagnostics.CodeAnalysis;

View File

@@ -1,6 +1,6 @@
using Standard;
#pragma warning disable 1591, 618
namespace AntDesign.WPF.Microsoft.Windows.Shell.Standard
namespace AntDesignWPF.Microsoft.Windows.Shell.Standard
{
using System;
using System.ComponentModel;

View File

@@ -1,6 +1,6 @@
using Standard;
#pragma warning disable 1591, 618
namespace AntDesign.WPF.Microsoft.Windows.Shell.Standard
namespace AntDesignWPF.Microsoft.Windows.Shell.Standard
{
using System;
using System.Collections.Generic;

View File

@@ -1,5 +1,5 @@
#pragma warning disable 1591, 618
using AntDesign.WPF.Microsoft.Windows.Shell.Standard;
using AntDesignWPF.Microsoft.Windows.Shell.Standard;
namespace Standard
{

View File

@@ -1,6 +1,6 @@
using Standard;
#pragma warning disable 1591, 618
namespace AntDesign.WPF.Microsoft.Windows.Shell.Standard
namespace AntDesignWPF.Microsoft.Windows.Shell.Standard
{
using System;
using System.Runtime.InteropServices;

View File

@@ -5,7 +5,7 @@
// Because the classes here are internal, it's likely this file
// might be included in multiple assemblies.
#pragma warning disable 1591, 618
namespace AntDesign.WPF.Microsoft.Windows.Shell.Standard
namespace AntDesignWPF.Microsoft.Windows.Shell.Standard
{
using System;
using System.Collections.Generic;

View File

@@ -4,7 +4,7 @@
// 它们与任何库函数无关。
// 因为这里的类是内部类,所以这个文件
// 可能包含在多个程序集中。
namespace AntDesign.WPF.Microsoft.Windows.Shell.Standard
namespace AntDesignWPF.Microsoft.Windows.Shell.Standard
{
using System;
using System.Diagnostics;