tests
This commit is contained in:
parent
adc2450013
commit
dcbeebac83
14 changed files with 859 additions and 368 deletions
|
|
@ -43,7 +43,7 @@ public partial class App : Application
|
|||
services.AddSingleton<IScreenReader, ScreenReader>();
|
||||
services.AddSingleton<IClientLogWatcher>(sp =>
|
||||
new ClientLogWatcher(sp.GetRequiredService<SavedSettings>().Poe2LogPath));
|
||||
services.AddSingleton<ITradeMonitor, TradeMonitor>();
|
||||
services.AddSingleton<ITradeMonitor, TradeDaemonBridge>();
|
||||
services.AddSingleton<IInventoryManager, InventoryManager>();
|
||||
|
||||
// Bot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue