Skip to content
Snippets Groups Projects
Commit 79182bfb authored by gossa's avatar gossa
Browse files

Supression d'une méthode inutile

parent 53bd078a
Branches
No related merge requests found
......@@ -36,11 +36,6 @@ namespace ClientUdp
{
}
public static byte[] GetBytes(Commande commande, CommandeType type, String data)
{
return GetBytes(commande, type, "serveur", data);
}
public override string ToString()
{
return "[" + commande + "," + commandeType + ",\"" + pseudo + "\"," + dataSize + ",\"" + data + "\"]";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment