Example #1
0
 static void Main(string[] args)
 {
     Dog Lambeu = new Dog("Lambeau", 4, Dog.Breed.Lab);
     Lambeu.PrintDog();
 }
Example #2
0
        static void Main(string[] args)
        {
            Dog Lambeu = new Dog("Lambeau", 4, Dog.Breed.Lab);

            Lambeu.PrintDog();
        }