Beispiel #1
0
        private void VoyageBtn_Click(object sender, EventArgs e)
        {
            VoyageFrm vfr = new VoyageFrm();

            vfr.ShowDialog();
        }
Beispiel #2
0
 public UpdVoy(VoyageFrm vf)
 {
     InitializeComponent();
     this.vf1 = vf;
 }
Beispiel #3
0
 public AddVoy(VoyageFrm vf)
 {
     InitializeComponent();
     this.frm = vf;
 }