Пример #1
0
        public static int START()
        {
            communicationLayer CL = new communicationLayer();


            return(0);
        }
Пример #2
0
 private businessLayer()
 {
     CL            = new communicationLayer();
     isDone        = 0;
     user          = null;
     recived       = "";
     games         = new LinkedList <game>();
     isActionMaked = new Dictionary <string, int>();
 }