示例#1
0
 protected void CreateDevice()
 {
     this.device = FactoryDevice.Instance(this.typedevice);
 }
示例#2
0
 public void Draw(ReportDevice device)
 {
     device.DrawControl(this);
 }