示例#1
0
 public static void harvestCrops(string s, string[] args)
 {
     CropLogic.getAllCropsNeededToBeHarvested();
 }
示例#2
0
 public static void waterCrops(string s, string[] args)
 {
     CropLogic.getAllCropsNeededToBeWatered();
 }