Example #1
0
 public void ShowCost(double cost, bool testMode = false)
 {
     io.ShowFinalMessage(COST_MESSAGE + cost, testMode);
 }