Example #1
0
 private static string Visit(HP hp)
 {
     return(String.Format("{0}\n{1}\n{2} \n {3}\n{4}\n{5}\n{6}\n{7}\n{8} ", hp.Name,
                          " US Product Number : RG253UA#ABA",
                          "Microprocessor : 2.0 GHz AMD Turion™ 64 Mobile Technology MK-36",
                          "Memory : 512MB DDR2 System Memory (2 Dimm)",
                          "Microprocessor Cache : 512KB L2 Cache ",
                          " Memory Max : 2048MB",
                          "Video Graphics :NVIDIA GeForce Go 6150 (UMA)",
                          "Hard Drive : 80GB 5400RPM (SATA)",
                          "Weight : 6.8lbs"));
 }
Example #2
0
 private static string Visit(HP hp)
 {
     return String.Format("{0}\n{1}\n{2}", " US Product Number : RG253UA#ABA",
         "Microprocessor : 2.0 GHz AMD Turion™ 64 Mobile Technology MK-36"
         , "Memory : 512MB DDR2 System Memory (2 Dimm)");
 }
Example #3
0
 private static string Visit(HP hp)
 {
     return String.Format("{0}\n{1}\n{2} \n {3}\n{4}\n{5}\n{6}\n{7}\n{8} ", hp.Name,
         " US Product Number : RG253UA#ABA",
         "Microprocessor : 2.0 GHz AMD Turion™ 64 Mobile Technology MK-36",
         "Memory : 512MB DDR2 System Memory (2 Dimm)",
         "Microprocessor Cache : 512KB L2 Cache ",
         " Memory Max : 2048MB",
         "Video Graphics :NVIDIA GeForce Go 6150 (UMA)",
         "Hard Drive : 80GB 5400RPM (SATA)",
         "Weight : 6.8lbs");
 }
Example #4
0
 private static string Visit(HP hp)
 {
     return(String.Format("{0}\n{1}\n{2}", " US Product Number : RG253UA#ABA",
                          "Microprocessor : 2.0 GHz AMD Turion™ 64 Mobile Technology MK-36"
                          , "Memory : 512MB DDR2 System Memory (2 Dimm)"));
 }