ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/xmltv_parser/trunk/xmltv_parser/Form1.cs
Revision: 2
Committed: Thu Mar 7 05:26:47 2013 UTC (10 years, 2 months ago) by william
File size: 342 byte(s)
Log Message:
+ initial commit

File Contents

# Content
1 using System;
2 using System.Collections.Generic;
3 using System.ComponentModel;
4 using System.Data;
5 using System.Drawing;
6 using System.Text;
7 using System.Windows.Forms;
8
9 namespace xmltv_parser
10 {
11 public partial class Form1 : Form
12 {
13 public Form1()
14 {
15 InitializeComponent();
16 }
17 }
18 }