This code works for me: public void Run() { Dog myDog = new Dog(); myDog.Name= "Foo"; myDog.Color = DogColor.Brown; System.Console.
確定! 回上一頁