예제 #1
0
파일: ReportBase.cs 프로젝트: Deny01/MY_PRO
 protected void CreateDevice()
 {
     this.device = FactoryDevice.Instance(this.typedevice);
 }
예제 #2
0
 public void Draw(ReportDevice device)
 {
     device.DrawControl(this);
 }