示例#1
0
文件: Bar.cs 项目: Tiatan95/Project2-
 public BarNumber(Calls number)
 {
     this.number = number.ToString();
 }