aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Class1.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Class1.cs')
-rw-r--r--Class1.cs23
1 files changed, 23 insertions, 0 deletions
diff --git a/Class1.cs b/Class1.cs
new file mode 100644
index 0000000..761a7eb
--- /dev/null
+++ b/Class1.cs
@@ -0,0 +1,23 @@
1/*
2 * Created by SharpDevelop.
3 * User: Ma
4 * Date: 29/01/2007
5 * Time: 18:02
6 *
7 * To change this template use Tools | Options | Coding | Edit Standard Headers.
8 */
9
10using System;
11
12namespace Second_server
13{
14 /// <summary>
15 /// Description of Class1.
16 /// </summary>
17 public class Class1
18 {
19 public Class1()
20 {
21 }
22 }
23}