예제 #1
0
 private void Till_Load(object sender, EventArgs e)
 {
     tillController = new TillController(this);
     listDialog     = new ListDialog();
 }
예제 #2
0
파일: Till.cs 프로젝트: alex606/cis501
 private void Till_Load(object sender, EventArgs e)
 {
     tillController = new TillController(this);
     listDialog = new ListDialog();
 }