问题详情
在C#程序中,显示一个信息为"test", 标题为"Hello"的消息框,正确的语句是()。
A. MessageBox("test","hello");
B. MessageBox.Show("test","hello");
C. MessageBox("hello","test");
D. MessageBox.Show("hello","test");