Question: CS 1 7 2 9 ' Form 3 ' does not contain a constructor that takes 8 arguments . How do I fix this error.
CS
Form
does not contain a constructor that takes
arguments How do I fix this error.
private void buttonClickobject sender EventArgs e
string zipD getInfoZip;
string sizeD getInfoSize;
string patchD getPatch;
string extrasD getExtras;
Form form new FormthisText.ToString txtInvNum.Text, txtEmail.Text, txtCost.Text, zipD sizeD patchD extrasD;
formShow;
public FormString clientdetails, string invnum, string email, string cost, string zipD string sizeD
string patchD string extrasD
InitializeComponent;
this.Text clientdetails;
txtInvNum.Text invnum;
lblClientEmail.Text email;
lblClientInfo.Text clientdetails;
lblCost.Text cost;
addItemsToGridsizeD;
addItemsToGridzipD;
addItemsToGridpatchD;
addItemsToGridextrasD;
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
