整理
This commit is contained in:
@@ -4,10 +4,10 @@ using System.IO;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Windows.Input;
|
||||
using Microsoft.Win32;
|
||||
using NeumUI.Utilities;
|
||||
using NeoUI.Utilities;
|
||||
|
||||
|
||||
namespace NeumUI.Controls;
|
||||
namespace NeoUI.Controls;
|
||||
|
||||
/// <summary>
|
||||
/// 上传状态枚举,用于表示文件上传过程中的不同状态。该枚举包含三个可能的值:Pending(待处理)、Success(成功)和Error(错误)。
|
||||
@@ -351,7 +351,7 @@ public class UploadArea : Control
|
||||
}
|
||||
}
|
||||
|
||||
private void AddPaths(IEnumerable<string> paths)
|
||||
private void AddPaths(string?[] paths)
|
||||
{
|
||||
FileList ??= [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user