コード例 #1
0
        public MotherBoard makeMotherBoard()
        {
            MultiMediaMotherBoard newMotherBoard = new MultiMediaMotherBoard();

            return(newMotherBoard);
        }
コード例 #2
0
 public MotherBoard makeMotherBoard()
 {
     MultiMediaMotherBoard newMotherBoard = new MultiMediaMotherBoard();
     return newMotherBoard;
 }