Example #1
0
 private void FileExplorerBatchDataGridContextMenuStrip_Click(object sender, EventArgs e)
 {
     ContextClipboard.BatchOpenWithFileExplorer();
 }
Example #2
0
 private void EDrawingsBatchDataGridContextMenuStrip_Click(object sender, EventArgs e)
 {
     ContextClipboard.BatchOpenWithEDrawings();
 }
Example #3
0
 private void DrawingFilenameDataGridContextMenuStrip_Click(object sender, EventArgs e)
 {
     ContextClipboard.BatchCopyDrawingFileName();
 }
Example #4
0
 private void FilePathBatchDataGridContextMenuStrip_Click(object sender, EventArgs e)
 {
     ContextClipboard.BatchCopyFilePath();
 }
Example #5
0
 private void PartNumberBatchDataGridContextMenuStrip_Click(object sender, EventArgs e)
 {
     ContextClipboard.BatchCopyPartNumber();
 }