//审核完毕后调用打印
                    MessageBoxButtons messButton = MessageBoxButtons.OKCancel;
                    DialogResult dr = MsgBox.Show("是否打印此单据?","打印提示", messButton);
                    if(dr==DialogResult.OK)
                    {
                        Print(false);
                    }

 

相关文章:

  • 2022-01-20
  • 2022-01-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-08
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-05
  • 2021-08-09
  • 2022-12-23
相关资源
相似解决方案