public partial class MainForm : Form
{
public MainForm(string Username)
{
InitializeComponent();
}
Hey I tried to pass data from form1 to Mainform and all the time that show me this error
There is no argument given that corresponds to the required formal parameter 'Username' of 'MainForm.MainForm(string)'