Esempio n. 1
0
 private void button43_Click(object sender, RoutedEventArgs e)
 {
     Service.InsertDelay_Cause((short)Delays_TypeCombo.SelectedValue, flightID,
                               new TextRange(Delays_Description.Document.ContentStart, Delays_Description.Document.ContentEnd).Text, username, password);
     Delays_Grid.ItemsSource = Service.GetGridDelay_Cause(flightID).Tables[0].DefaultView;
 }