Example #1
0
 //查看电子案卷
 void tsckdzaj_Click(object sender, EventArgs e)
 {
     if (dgvDoc.CurrentCell != null)
     {
         InterFace.Input_CJ.CJ_File CJ_file = new Archives.InterFace.Input_CJ.CJ_File();
         CJ_file.OpenFilePDF(FileID);
     }
 }
Example #2
0
 //查看电子案卷
 private void tsckdzaj_Click(object sender, EventArgs e)
 {
     if (dgvYj.CurrentCell != null)
     {
         int FileID = CJ_yj.getFileID(DocID);
         InterFace.Input_CJ.CJ_File CJ_file = new Archives.InterFace.Input_CJ.CJ_File();
         CJ_file.OpenFilePDF(FileID);
     }
 }