ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/xmltv_parser/trunk/libxmltv/Interfaces/Interfaces.cs
Revision: 11
Committed: Thu Mar 7 05:48:51 2013 UTC (10 years, 3 months ago) by william
File size: 235 byte(s)
Log Message:

File Contents

# User Rev Content
1 william 10 using System;
2     using System.Collections.Generic;
3     using System.Linq;
4     using System.Text;
5 william 11 using System.IO;
6 william 10
7     namespace libxmltv.Interfaces
8     {
9 william 11 public interface IXMLTV_LOADER
10     {
11     FileInfo XmlFile { get; }
12     }
13 william 10 }