protected void CreateDevice() { this.device = FactoryDevice.Instance(this.typedevice); }
public void Draw(ReportDevice device) { device.DrawControl(this); }