Exemple #1
0
        public MotherBoard makeMotherBoard()
        {
            HighEndGamingMotherBoard newMotherBoard = new HighEndGamingMotherBoard();

            return(newMotherBoard);
        }
 public MotherBoard makeMotherBoard()
 {
     HighEndGamingMotherBoard newMotherBoard = new HighEndGamingMotherBoard();
     return newMotherBoard;
 }