示例#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();
 }