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