예제 #1
0
파일: IHM.cs 프로젝트: vichy60/caisse
 public IHM()
 {
     cashRegister = new CashRegister();
 }