Example #1
0
 public void AddMotherboard(List <MotherBoard> motherboard)
 {
     foreach (MotherBoard m in motherboard)
     {
         MotherBoard.Add(m);
     }
 }
Example #2
0
 public void AddMotherboard(MotherBoard motherboard)
 {
     MotherBoard.Add(motherboard);
 }