Beispiel #1
0
 /* 开始打印*/
 public void Print(DoPrintDelegate doPrint)
 {
     DoPrint = doPrint;
     this.iSPriner.Print();
 }
Beispiel #2
0
 /* 开始打印*/
 public void Print(DoPrintDelegate doPrint)
 {
     DoPrint = doPrint;
     this.iSPriner.Print();
 }
Beispiel #3
0
 public PrintDocument GetPriner(DoPrintDelegate doPrint)
 {
     DoPrint = doPrint;
     return(iSPriner);
 }
Beispiel #4
0
 /* 开始打印*/
 public void Print(DoPrintDelegate doPrint)
 {
     DoPrint = doPrint;
     this._printDoc.Print();
 }