예제 #1
0
 public MainWindow()
 {
     _dispatcherBack = new DispatcherBack();
     _dispatcherFore = new DispatcherFore();
     InitializeComponent();
     listView.ItemsSource = _listOfTasks;
 }
예제 #2
0
 public MainWindow()
 {
     _dispatcherBack = new DispatcherBack();
     _dispatcherFore = new DispatcherFore();
     InitializeComponent();
     listView.ItemsSource = _listOfTasks;
 }
예제 #3
0
 private void Clear()
 {
     _dispatcherBack = new DispatcherBack();
     _dispatcherFore = new DispatcherFore();
 }
예제 #4
0
 private void Clear()
 {
     _dispatcherBack = new DispatcherBack();
     _dispatcherFore = new DispatcherFore();
 }