Example #1
0
 public Robot(int tableSizeX, int tableSizeY)
 {
     _tableTop = new TableTop(tableSizeX, tableSizeY);
 }
Example #2
0
 /// <summary>
 /// /Constructor
 /// </summary>
 public Robot()
 {
     _tableTop = new TableTop();
 }