Multiple choice Which namespace helps you to create the standard Windows applications? System.Threading; System.Windows.Forms; System.Windows; 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.