private static string Visit(Appel appel) { return(String.Format("{0}\n{1}\n{2} \n {3}\n{4}\n{5}\n{6} ", appel.Name, "processor : Intel Core i5 processor (Turbo Boost up to 3.1GHz) with 3MB L3 cach " , " Camera : 720p FaceTime HD camera " , " Memory Max : 2048MB", "Video Graphics :NVIDIA GeForce Go 6150 (UMA)", "Hard Drive : 80GB 5400RPM (SATA)", "Weight : 8.6lbs")); }
private static string Visit(Appel appel) { return String.Format("{0}\n{1}\n{2}", " Memory : 4GB of 1600MHz DDR3 memory ", "processor : Intel Core i5 processor (Turbo Boost up to 3.1GHz) with 3MB L3 cach ", " Storage: 500GB"); }
private static string Visit(Appel appel) { return String.Format("{0}\n{1}\n{2} \n {3}\n{4}\n{5}\n{6} ", appel.Name, "processor : Intel Core i5 processor (Turbo Boost up to 3.1GHz) with 3MB L3 cach " , " Camera : 720p FaceTime HD camera " , " Memory Max : 2048MB", "Video Graphics :NVIDIA GeForce Go 6150 (UMA)", "Hard Drive : 80GB 5400RPM (SATA)", "Weight : 8.6lbs"); }
private static string Visit(Appel appel) { return(String.Format("{0}\n{1}\n{2}", " Memory : 4GB of 1600MHz DDR3 memory ", "processor : Intel Core i5 processor (Turbo Boost up to 3.1GHz) with 3MB L3 cach ", " Storage: 500GB")); }