示例#1
0
        private void button_trips_Click(object sender, EventArgs e)
        {
            Trips trips = new Trips(this);

            trips.Show();
            this.Hide();
        }
示例#2
0
 public TripsAddEdit(TripCl tripCl, bool AddOrUpd, Trips pForms)
 {
     // Connection.Open();
     this.AddOrUpd1 = AddOrUpd;
     this.pForm     = pForms;
     tripsSS        = tripCl;
     InitializeComponent();
     dateTimePickerTravel.Format = DateTimePickerFormat.Custom;
 }