ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/xmltv_parser/trunk/xmltv_parser/main.cs
(Generate patch)

Comparing trunk/xmltv_parser/Form1.cs (file contents):
Revision 10 by william, Thu Mar 7 05:26:47 2013 UTC vs.
Revision 11 by william, Thu Mar 7 05:48:51 2013 UTC

# Line 5 | Line 5 | using System.Data;
5   using System.Drawing;
6   using System.Text;
7   using System.Windows.Forms;
8 + using libxmltv.Core;
9  
10   namespace xmltv_parser
11   {
# Line 14 | Line 15 | namespace xmltv_parser
15          {
16              InitializeComponent();
17          }
18 +
19 +        private void Form1_Load(object sender, EventArgs e)
20 +        {
21 +
22 +        }
23 +        private void Form1_Shown(object sender, EventArgs e)
24 +        {
25 +            var xmltv = XMLTV.CreateLoader("20130307_continuum_schedule.xml");
26 +            //XMLTV.Test(xmltv);
27 +        }
28 +
29 +
30      }
31   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines