Beispiel #1
0
 private void btnSendConstruction_Click(object sender, RoutedEventArgs e)
 {
     RideHandler.sendConstruction(Int16.Parse(tbRideId.Text));
     MessageBox.Show("Request to Construction Successfully");
 }
Beispiel #2
0
 private void btnDelRideBase_Click(object sender, RoutedEventArgs e)
 {
     RideHandler.removeRide(Int32.Parse(tbReqRideId.Text));
     MessageBox.Show("remove Ride Successfully");
 }