Ejemplo n.º 1
0
 public void SetupAndPrint()
 {
     WaitForm.StartAsync(this);
     printComponent.Setup();
     printComponent.Print(this);
     WaitForm.Stop(this);
 }
Ejemplo n.º 2
0
 private void Scan()
 {
     WaitForm.StartAsync(this);
     ScanForm.Start(this.Handle);
 }
Ejemplo n.º 3
0
 public void PrintPreview()
 {
     WaitForm.StartAsync(this);
     printComponent.PrintPreview(this);
     WaitForm.Stop(this);
 }