aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Class1.cs
diff options
context:
space:
mode:
authorcw2007-01-31 22:09:20 +0000
committercw2007-01-31 22:09:20 +0000
commita82950672860eedeaa23da75421c74e094b5c0a4 (patch)
tree6901851f8e1de03d5eadfbe05e03563126b879a2 /Class1.cs
downloadopensim-SC-a82950672860eedeaa23da75421c74e094b5c0a4.zip
opensim-SC-a82950672860eedeaa23da75421c74e094b5c0a4.tar.gz
opensim-SC-a82950672860eedeaa23da75421c74e094b5c0a4.tar.bz2
opensim-SC-a82950672860eedeaa23da75421c74e094b5c0a4.tar.xz
Making trunk; applying appropriate license to each file
Diffstat (limited to '')
-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}