Parser_Methoden 2

This commit is contained in:
Samed Bektas
2014-04-03 12:31:09 +02:00
parent a866505316
commit fc947925a7

View File

@@ -4,6 +4,18 @@ namespace WorldOfPeacecraft
{
public class Parser
{
private string fromServer;
private string toServer;
public void convertIncoming(string fromServer)
{
}
public void convertOutgoing(string toServer)
{
}
public void setMe()
{
@@ -90,24 +102,6 @@ namespace WorldOfPeacecraft
{
}
=======
private string fromServer;
private string toServer;
public Parser ()
{
//TODO: Code.
}
public void convertIncoming(string fromServer){
}
public void convertOutgoing(string toServer){
}
}
}