1
This commit is contained in:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user