Discussion :: Namespaces
-
Which of the following is correct way to rewrite the C#.NET code snippet given below?
using Microsoft.VisualBasic; using System.Windows.Forms; MessageBox.Show("Wait for a" + ControlChars.CrLf + "miracle");
A.
|
B.
|
C.
|
D.
|
Answer : Option D
Explanation :
No answer description available for this question.
Be The First To Comment