erste Methoden testweise erstellt
This commit is contained in:
@@ -4,10 +4,21 @@ namespace inf3
|
||||
{
|
||||
public class Parser
|
||||
{
|
||||
private string fromServer;
|
||||
private string toServer;
|
||||
|
||||
public Parser ()
|
||||
{
|
||||
//TODO: Code.
|
||||
}
|
||||
|
||||
public void convertIncoming(string fromServer){
|
||||
|
||||
}
|
||||
|
||||
public void convertOutgoing(string toServer){
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user