示例#1
0
文件: Chocolate.cs 项目: nat-zai/Gift
 public override void TypeOfSweet()
 {
     Console.WriteLine(typeChocolate.ToString());
 }