# HG changeset patch
# User sl
# Date 1419244823 -3600
# Node ID 259e823a8e843d2dd72daed44021dde41fde6688
# Parent  928c966fcf42db5944dbb8719a7c15446086676e
Renaming form.
diff -r 928c966fcf42 -r 259e823a8e84 Form1.cs
--- a/Form1.cs	Fri Dec 19 21:07:15 2014 +0100
+++ b/Form1.cs	Mon Dec 22 11:40:23 2014 +0100
@@ -11,7 +11,7 @@
 	/// 
 	/// Summary description for Form1.
 	/// 
-	public class Form1 : System.Windows.Forms.Form
+	public class MainForm : System.Windows.Forms.Form
 	{
 		/// 
 		/// Required designer variable.
@@ -22,7 +22,7 @@
 		private System.Windows.Forms.Label label2;
 		private Timer _timer;
 
-		public Form1()
+		public MainForm()
 		{
 			//
 			// Required for Windows Form Designer support
@@ -103,7 +103,7 @@
 		[STAThread]
 		static void Main()
 		{
-			Application.Run(new Form1());
+			Application.Run(new MainForm());
 		}
 
 		private void Form1_Load(object sender, System.EventArgs e)