标签: c# vb.net c#-3.0 c#-to-vb.net
在VB中,可以轻松地执行此操作以显示消息框:
MsgBox("Hello")
如何在C#中实现相同的目标?
C#
答案 0 :(得分:4)
简单:您可以使用MessageBox.Show(“Hello”);