private void button1_Click(object sender, EventArgs e) { lgf = new LogForm(); lgf.Visible = true; fileload(filepath); LogIn(st,lgf); }
public static void LogIn(String st,LogForm lgf) { lgf.changeBox(st); }