コード例 #1
0
        public byte[] getTypeLocomotive()
        {
            Locomotive locomotive = new Locomotive();

            return(locomotive.getLocomotive());
        }