Open by path
This commit is contained in:
@@ -2,5 +2,5 @@ namespace FileTime.Core.Interactions;
|
||||
|
||||
public interface IInputInterface
|
||||
{
|
||||
Task<bool> ReadInputs(IEnumerable<IInputElement> fields);
|
||||
Task<bool> ReadInputs(params IInputElement[] fields);
|
||||
}
|
||||
Reference in New Issue
Block a user