Beispiel #1
0
 /// <summary>
 /// When the 'Create a New Work Item' is selected, a dummy record will be created.
 /// Once that dummy record has been satisfactorily filled out, then it will be generated as a new work item.
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void CreateNewWorkItemSelected(object sender, RoutedEventArgs e)
 {
     _controller.CreateNewWorkItem();
 }