private void VoyageBtn_Click(object sender, EventArgs e) { VoyageFrm vfr = new VoyageFrm(); vfr.ShowDialog(); }
public UpdVoy(VoyageFrm vf) { InitializeComponent(); this.vf1 = vf; }
public AddVoy(VoyageFrm vf) { InitializeComponent(); this.frm = vf; }