ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Download File
|
View Changeset
|
Root Listing
root
/
xmltv_parser
/
trunk
/
libxmltv
/
Interfaces
/
Interfaces.cs
Revision:
10
Committed:
Thu Mar 7 05:31:03 2013 UTC
(10 years, 3 months ago) by
william
File size:
132 byte(s)
Log Message:
+ add interaces.cs
File Contents
#
Content
1
using
System
;
2
using
System.Collections.Generic
;
3
using
System.Linq
;
4
using
System.Text
;
5
6
namespace
libxmltv.Interfaces
7
{
8
}