在进入正文之前,想请大家先欣赏下面两段代码:

//这是一个控制台程序,请先添加System.Windows.Form.dll的引用
using System.Windows.Form;
   3:  
class ConsoleApplicationShowDialog
   5: {
void Main()
   7:     {
new Form();
   9:         frm.ShowDialog();
  10:     }
  11: }

相关文章:

  • 2022-12-23
  • 2021-08-20
  • 2021-11-12
  • 2022-12-23
  • 2021-08-05
  • 2021-11-14
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-14
  • 2021-12-10
  • 2021-04-16
  • 2021-10-24
  • 2022-12-23
  • 2021-12-19
  • 2022-01-20
相关资源
相似解决方案