Lexis Advance GDSI
 All Classes Namespaces Files Functions Typedefs
ITaginator.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 
7 namespace TaginatorClassLibrary
8 {
9  interface ITaginator
10  {
11  bool Initialize();
12  }
13 }