示例#1
0
        public static string RhinoHunt()
        {
            Rhino myRhino = new Rhino();

            Console.WriteLine(myRhino.LikeToHunt());
            return(myRhino.LikeToHunt());
        }
示例#2
0
        public static string RhinoExample()
        {
            Rhino myRhino = new Rhino();

            Console.WriteLine(myRhino.RhinoNoise());
            return("");
        }