Example #1
0
 public void SetPrintingPreview(bool bPre)
 {
     m_bPrintingPreview = bPre;
     m_PrintPreview.SetPrintingPreview(bPre);
 }