Initial commit
This commit is contained in:
11
VAR.ScreenAutomation/Interfaces/IAutomationBot.cs
Normal file
11
VAR.ScreenAutomation/Interfaces/IAutomationBot.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Drawing;
|
||||
|
||||
namespace VAR.ScreenAutomation.Interfaces
|
||||
{
|
||||
public interface IAutomationBot
|
||||
{
|
||||
void Init(IOutputHandler output);
|
||||
Bitmap Process(Bitmap bmpInput, IOutputHandler output);
|
||||
string ResponseKeys();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user