Skip to content

Commit ed35e09

Browse files
Added namespace in README
1 parent 26eb03d commit ed35e09

File tree

1 file changed

+1
-0
lines changed
  • Compare-Word-documents/Compare-two-Word-documents/.NET/Compare-Word-documents

1 file changed

+1
-0
lines changed

Compare-Word-documents/Compare-two-Word-documents/.NET/Compare-Word-documents/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Step 3: Include the following namespaces in the Program.cs file.
1313
```csharp
1414
using Syncfusion.DocIO;
1515
using Syncfusion.DocIO.DLS;
16+
using System.IO;
1617
```
1718

1819
Step 4: Add the following code snippet in Program.cs file to compare Word documents.

0 commit comments

Comments
 (0)