Implement AutomationBotFactory and UI for Bot selection.
This commit is contained in:
@@ -4,6 +4,7 @@ namespace VAR.ScreenAutomation.Interfaces
|
||||
{
|
||||
public interface IAutomationBot
|
||||
{
|
||||
string Name { get; }
|
||||
void Init(IOutputHandler output);
|
||||
Bitmap Process(Bitmap bmpInput, IOutputHandler output);
|
||||
string ResponseKeys();
|
||||
|
||||
Reference in New Issue
Block a user