This commit is contained in:
CortexCore
2024-06-27 18:53:49 +08:00
parent 4a8c97d1fd
commit 21bbfe0617
5 changed files with 22 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ using System.Collections.Generic;
namespace BITKit.UX
{
public interface IUXWaitingHandle
public interface IUXWaitingHandle:IDisposable
{
string Message { get; set; }
object Container { get; }