コード例 #1
0
 private void ContextMenuDictationToCaseFolder_Click(object sender, RoutedEventArgs e)
 {
     if (this.ListViewLocalDictation.SelectedItem != null)
     {
         YellowstonePathology.Business.FileListItem item = (YellowstonePathology.Business.FileListItem) this.ListViewLocalDictation.SelectedItem;
         YellowstonePathology.UI.Surgical.MoveDictationToCaseFolderPage moveDictationToCaseFolder = new MoveDictationToCaseFolderPage(item.FullPath);
         YellowstonePathology.UI.PageFunctionStartWindow pageFunctionStartWindow = new PageFunctionStartWindow(moveDictationToCaseFolder);
         pageFunctionStartWindow.ShowDialog();
     }
 }
コード例 #2
0
 private void ContextMenuDictationToCaseFolder_Click(object sender, RoutedEventArgs e)
 {
     if (this.ListViewLocalDictation.SelectedItem != null)
     {
         YellowstonePathology.Business.FileListItem item = (YellowstonePathology.Business.FileListItem)this.ListViewLocalDictation.SelectedItem;
         YellowstonePathology.UI.Surgical.MoveDictationToCaseFolderPage moveDictationToCaseFolder = new MoveDictationToCaseFolderPage(item.FullPath);
         YellowstonePathology.UI.PageFunctionStartWindow pageFunctionStartWindow = new PageFunctionStartWindow(moveDictationToCaseFolder);
         pageFunctionStartWindow.ShowDialog();
     }
 }