I have a constructor that takes 2 arguments although I don't know how to write it.
// Home.CS:
var menu = new menu (dt.Rows[0][0].Tostring());
I don't know how to write the second argument in the code above
// Menu.cs
public Menu (string role, string Millitary)
initializeComponet();
Label1.Text = Role;
Label2.Text = Millitary;