repo.or.cz
/
libtpproto-csharp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
initial commit
[libtpproto-csharp.git]
/
libtpproto-csharp
/
MyClass.cs
blob
3753acec097c5556bf776c4aee0e384194dcebbb
1
// MyClass.cs created with MonoDevelop
2
// User: marcel at 18:25 11.07.2008
3
//
4
// To change standard headers go to Edit->Preferences->Coding->Standard Headers
5
//
6
7
using
System
;
8
9
namespace
libtpprotocsharp
10
{
11
12
13
public class
MyClass
14
{
15
16
public
MyClass
()
17
{
18
}
19
}
20
}