private void bt_out_Click(object sender, EventArgs e) { LoginAcounts lg = new LoginAcounts(); lg.Show(); this.Close(); }
private void bt_DongY_Click(object sender, EventArgs e) { this.Hide(); LoginAcounts logic = new LoginAcounts(); logic.Show(); this.Close(); }
private void show() { LoginAcounts lg = new LoginAcounts(); }