Ejemplo n.º 1
0
 private void DataGridRow_PreviewMouseDoubleClick(object sender, MouseButtonEventArgs e)
 {
     UseBookmark?.Invoke(this, EventArgs.Empty);
     Close();
 }
Ejemplo n.º 2
0
 private void UseButton_Click(object sender, RoutedEventArgs e)
 {
     UseBookmark?.Invoke(this, EventArgs.Empty);
     Close();
 }