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