Copy
This commit is contained in:
@@ -3,9 +3,8 @@ using FileTime.GuiApp.ViewModels;
|
||||
|
||||
namespace FileTime.GuiApp.Services;
|
||||
|
||||
public interface IDialogService : IInputInterface
|
||||
public interface IDialogService : IUserCommunicationService
|
||||
{
|
||||
IObservable<ReadInputsViewModel?> ReadInput { get; }
|
||||
void ReadInputs(IEnumerable<IInputElement> inputs, Action inputHandler, Action? cancelHandler = null);
|
||||
void ShowToastMessage(string text);
|
||||
}
|
||||
Reference in New Issue
Block a user