mirror of
https://github.com/yaakov-h/Notepad.Extensions.Logging.git
synced 2025-04-19 18:55:11 +00:00
7 lines
No EOL
123 B
C#
7 lines
No EOL
123 B
C#
namespace Notepad.Extensions.Logging
|
|
{
|
|
interface IWindowFinder
|
|
{
|
|
WindowInfo FindNotepadWindow();
|
|
}
|
|
} |