Skip to content

Commit d981108

Browse files
committed
Added an image extracting.
1 parent b0cc0d6 commit d981108

File tree

10 files changed

+204
-48
lines changed

10 files changed

+204
-48
lines changed

WindowTextExtractor/Extensions/AutomationElementExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
using System.Runtime.InteropServices;
44
using System.ComponentModel;
55
using System.Windows.Automation;
6+
using WindowTextExtractor.Native;
67

78
namespace WindowTextExtractor.Extensions
89
{

WindowTextExtractor/Extensions/ProcessExtensions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using System;
22
using System.Diagnostics;
3+
using WindowTextExtractor.Native;
34

45
namespace WindowTextExtractor.Extensions
56
{

WindowTextExtractor/Forms/MainForm.Designer.cs

Lines changed: 97 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)