示例#1
0
 public BusinessPresentation(ILoad iLoad, ISave iSave, IExtBitmap extBitmap, IDisplay display)
 {
     this.display   = display;
     this.extBitmap = extBitmap;
     this.iLoad     = iLoad;
     this.iSave     = iSave;
 }
示例#2
0
 public void setExtBitmap(IExtBitmap extBitmap)
 {
     this.extBitmap = extBitmap;
 }