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/main.cs (file contents):
Revision 17 by william, Thu Mar 7 09:26:43 2013 UTC vs.
Revision 18 by william, Thu Mar 7 09:51:36 2013 UTC

# Line 17 | Line 17 | namespace xmltv_parser
17              InitializeComponent();
18              string log_path = Application.StartupPath;
19              string log_filename = string.Format("{0}.log", typeof(main).Assembly.GetName().Name);
20 <            gLog.CreateLog(string.Format(@"{0}\{1}", log_path, log_filename), false, LogLevel.kLogLevel_All);            
20 >            gLog.CreateLog(string.Format(@"{0}\{1}", log_path, log_filename), false, LogLevel.kLogLevel_All);
21          }
22  
23          private void main_Load(object sender, EventArgs e)
# Line 26 | Line 26 | namespace xmltv_parser
26          }
27          private void main_Shown(object sender, EventArgs e)
28          {
29            gLog.Log.Debug.WriteLine("");
29              var xmltv = XMLTV.CreateLoader("20130307_continuum_schedule.xml");
30 <            //XMLTV.Test(xmltv);
30 >            //XMLTV.Test(xmltv);            
31          }
32      }
33   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines