erste Methoden testweise erstellt

This commit is contained in:
wafasadri
2014-04-03 12:10:52 +02:00
parent 043dcff030
commit 20a88c29d1

View File

@@ -4,10 +4,21 @@ namespace inf3
{ {
public class Parser public class Parser
{ {
private string fromServer;
private string toServer;
public Parser () public Parser ()
{ {
//TODO: Code. //TODO: Code.
} }
public void convertIncoming(string fromServer){
}
public void convertOutgoing(string toServer){
}
} }
} }