Subversion Repositories DevTools

Rev

Rev 2132 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2132 Rev 2136
Line 1... Line 1...
1
using System;
1
using System;
2
using System.Windows.Forms;
2
using System.Windows.Forms;
3
using System.Collections;
3
using System.Collections;
4
using System.IO;
4
using System.IO;
5
using System.Text;
5
using System.Text;
6
using Word;
6
using Microsoft.Office.Interop.Word;
7
 
7
 
8
namespace EA_DocGen
8
namespace EA_DocGen
9
{
9
{
10
   /// <summary>
10
   /// <summary>
11
   /// A Base Class designed to work with the findAndProcessPackageElements method.
11
   /// A Base Class designed to work with the findAndProcessPackageElements method.