예제 #1
0
파일: Bar.cs 프로젝트: Tiatan95/Project2-
 public BarNumber(Calls number)
 {
     this.number = number.ToString();
 }