2
Answers

Rewrite the .NET code

Photo of Michell Johnson

Michell Johnson

13y
1.6k
1
Hi friends,

I want to know that what will be the correct way to rewrite the C#.NET code snippet given below?

using Microsoft.VisualBasic;
using System.Windows.Forms;
MessageBox.Show("Good" + ControlChars.CrLf + "Response");

Answers (2)