Beispiel #1
0
 private void DataGridRow_MouseDoubleClick(object sender, MouseButtonEventArgs e)
 {
     MyLogics.location_bar_TextChanged(location_bar.Text, sender as DataGridRow, location_bar);
 }
Beispiel #2
0
 private void location_bar_TextChanged(object sender, TextChangedEventArgs e)
 {
     MyLogics.location_bar_TextChanged(location_bar.Text, data_grid);
 }