ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/xmltv_parser/trunk/libxmltv/Events/Events.cs
Revision: 46
Committed: Fri Mar 8 04:01:25 2013 UTC (10 years, 8 months ago) by william
File size: 133 byte(s)
Log Message:
+ add support to cancel parseing when main form is closed

File Contents

# User Rev Content
1 william 46 using System;
2     using System.Collections.Generic;
3     using System.Linq;
4     using System.Text;
5    
6     namespace libxmltv.Events
7     {
8    
9     }