DialogResult reset;
            reset= MessageBox.Show("请检查您的输入信息是否按照规则输入的", "信息输入好像有问题哦", MessageBoxButtons.OKCancel, MessageBoxIcon.Hand);

            if (reset == DialogResult.OK)
            {
                this.Close();
            }

            else
            { 
            
            }

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-04-02
  • 2021-07-16
  • 2021-10-17
  • 2021-10-23
猜你喜欢
  • 2021-10-08
  • 2022-12-23
  • 2021-09-28
  • 2022-01-10
  • 2022-12-23
  • 2021-09-28
  • 2022-12-23
相关资源
相似解决方案