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