2
Answers

Rewrite the .NET code

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)