Example #1
0
 public void ChangePrintSetup()
 {
     using (PrintSetupForm dlg = new PrintSetupForm(
                new PrintSTP(m_printMgr, m_commandData)))
     {
         dlg.ShowDialog();
     }
 }
Example #2
0
 public void ChangePrintSetup()
 {
     using (PrintSetupForm dlg = new PrintSetupForm(
         new PrintSTP(m_printMgr, m_commandData)))
     {
         dlg.ShowDialog();
     }
 }