private void btnSyota_tietoa_Click(object sender, EventArgs e) { tietosyotto ts = new tietosyotto(); ts.Show(); this.Hide(); }
private void lpbackbtn_Click(object sender, EventArgs e) { tietosyotto ts = new tietosyotto(); ts.Show(); this.Hide(); }