public static int START() { communicationLayer CL = new communicationLayer(); return(0); }
private businessLayer() { CL = new communicationLayer(); isDone = 0; user = null; recived = ""; games = new LinkedList <game>(); isActionMaked = new Dictionary <string, int>(); }