Implement AutomationBotFactory and UI for Bot selection.

This commit is contained in:
2019-11-01 00:27:57 +01:00
parent 3531b72793
commit 437366fd67
6 changed files with 110 additions and 22 deletions

View File

@@ -50,6 +50,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Bots\DummyBot.cs" />
<Compile Include="Code\AutomationBotFactory.cs" />
<Compile Include="Code\Mouse.cs" />
<Compile Include="Code\Screenshoter.cs" />
<Compile Include="Code\WindowHandling.cs" />