Lexis Advance GDSI
 All Classes Namespaces Files Functions Typedefs
Taginator.cs
Go to the documentation of this file.
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5 using System.Threading.Tasks;
6 using System.Diagnostics;
7 using System.Reflection;
8 using System.Runtime.InteropServices;
9 using Outlook = Microsoft.Office.Interop.Outlook;
10 
11 namespace TaginatorClassLibrary
12 {
13  public class Taginator: ITaginator
14  {
19  public bool ITaginator.Initialize()
20  {
21  throw new NotImplementedException();
22  }
23  }
24 }