如何让课程与表单交互以显示消息框?
using System.Windows.Forms; ... MessageBox.Show("Hello World!");
System.Windows.MessageBox.Show("Hello world"); //WPF System.Windows.Forms.MessageBox.Show("Hello world"); //WinForms