mirror of
https://github.com/yaakov-h/Notepad.Extensions.Logging.git
synced 2025-04-20 03:05:10 +00:00
Remove statics and threadstatic so that we can pass options around
This commit is contained in:
parent
b817c75720
commit
c658b437b5
9 changed files with 143 additions and 80 deletions
7
Notepad.Extensions.Logging/IWindowFinder.cs
Normal file
7
Notepad.Extensions.Logging/IWindowFinder.cs
Normal file
|
@ -0,0 +1,7 @@
|
|||
namespace Notepad.Extensions.Logging
|
||||
{
|
||||
interface IWindowFinder
|
||||
{
|
||||
WindowInfo FindNotepadWindow();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue