Ejemplo n.º 1
0
 public void newThreadDo(commandWithTime.baseC dObj)
 {
     if (dObj.c == "diamondOwner")
     {
         commandWithTime.diamondOwner dOwner = (commandWithTime.diamondOwner)dObj;
         this.setDiamondOwner(dOwner);
     }
     //throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public void newThreadDo(commandWithTime.baseC dObj)
 {
     if (dObj.c == "placeArriving")
     {
         commandWithTime.placeArriving pa = (commandWithTime.placeArriving)dObj;
         this.setArrive(pa);
     }
     //  throw new NotImplementedException();
 }