Skip to content

Commit 131e103

Browse files
Merge pull request #516 from SyncfusionExamples/1005357-Remove_improper_using_statement
1005357-Removed improper using statement.
2 parents a2afedd + 5cc8100 commit 131e103

4 files changed

Lines changed: 0 additions & 5 deletions

File tree

  • Bookmarks/Replace-content-with-document-part/.NET/Replace-content-with-document-part
  • Find-and-Replace/Replace-misspelled-word/.NET/Replace-misspelled-word
  • Security/Encrypt-Word-document-with-password/.NET/Encrypt-Word-document-with-password
  • Word-document/Merge-documents-in-new-page/.NET/Merge-documents-in-new-page

Bookmarks/Replace-content-with-document-part/.NET/Replace-content-with-document-part/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using Syncfusion.DocIO;
22
using Syncfusion.DocIO.DLS;
3-
using Syncfusion.Drawing;
43
using System.IO;
54

65
namespace Replace_content_with_document_part

Find-and-Replace/Replace-misspelled-word/.NET/Replace-misspelled-word/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using Syncfusion.DocIO;
22
using Syncfusion.DocIO.DLS;
3-
using Syncfusion.Drawing;
43
using System.IO;
54

65
namespace Replace_misspelled_word

Security/Encrypt-Word-document-with-password/.NET/Encrypt-Word-document-with-password/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using Syncfusion.DocIO;
22
using Syncfusion.DocIO.DLS;
3-
using System.Data;
43
using System.IO;
54

65
namespace Encrypt_Word_document_with_password

Word-document/Merge-documents-in-new-page/.NET/Merge-documents-in-new-page/Program.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
using Syncfusion.DocIO;
22
using Syncfusion.DocIO.DLS;
3-
using Syncfusion.Office;
4-
using System;
53
using System.IO;
64

75
namespace Merge_documents_in_new_page

0 commit comments

Comments
 (0)