// Check for uselessNESSSSSSSSSSSSSSSSS
        private void OperationView_Click(object sender, RoutedEventArgs e)
        {
            ActionListView ALV = new ActionListView();

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

            ALV.DataContext = DataContext;
            ALV.Show();
        }