// Check for uselessNESSSSSSSSSSSSSSSSS private void OperationView_Click(object sender, RoutedEventArgs e) { ActionListView ALV = new ActionListView(); ALV.DataContext = DataContext; ALV.Show(); }
// Check for uselessNESSSSSSSSSSSSSSSSS private void OperationView_Click(object sender, RoutedEventArgs e) { OpeningChildWindow = true; ActionListView ALV = new ActionListView(); ALV.DataContext = DataContext; ALV.Show(); }