aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Class1.cs
blob: 761a7eb3e1eaf1815b7e754a899adf452d777b24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * Created by SharpDevelop.
 * User: Ma
 * Date: 29/01/2007
 * Time: 18:02
 * 
 * To change this template use Tools | Options | Coding | Edit Standard Headers.
 */

using System;

namespace Second_server
{
	/// <summary>
	/// Description of Class1.
	/// </summary>
	public class Class1
	{
		public Class1()
		{
		}
	}
}