Question: 5. What is the purpose of the code for the form FormC below ? Fill in the comments and fix the issues to allow it
5. What is the purpose of the code for the form "FormC" below ? Fill in the comments and
fix the issues to allow it to compile successfully.
//
public partial class FormC - Form
{
FormA myTestForm1
FormB myTestForm2
// ??
public FormA(FormA tempForm)
{
InitializeComponent();
// ??
myTestForm2 = theForm;
}
// ??
public FormB(FormB tempForm)
{
InitializeComponent();
// ??
myTestForm1 = theForm;
}
}
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
