private void button4_Click(object sender, EventArgs e) { Thuyen3 lv3 = new Thuyen3(); lv3.Show(); this.Close(); }
private void btncaudung_Click(object sender, EventArgs e) { Thuyen3 thuyen = new Thuyen3(); thuyen.Show(); this.Close(); }