Multiple choice

Which namespace helps you to create the standard Windows applications?

  1. System.Threading;

  2. System.Windows.Forms;

  3. System.Windows;

  4. System.Forms;

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

System.Windows.Forms; namespace contains the types involved in creating the standard Windows application. The classes that represent the forms and controls reside here as well.