コード例 #1
0
 private void btnViewAllEvidence_Click(object sender, RoutedEventArgs e)
 {
     try
     {
         EvidenceList evidenceList = new EvidenceList();
         evidenceList.FileID = txtFileNo.Text;
         evidenceList.ShowDialog();
         ResetClientFileGridSelection();
     }
     catch (Exception ex)
     {
         Helper.LogException(ex);
     }
 }
コード例 #2
0
 private void btnViewAllEvidence_Click(object sender, RoutedEventArgs e)
 {
     try
     {
         EvidenceList evidenceList = new EvidenceList();
         evidenceList.FileID = txtFileNo.Text;
         evidenceList.ShowDialog();
         ResetClientFileGridSelection();
     }
     catch (Exception ex)
     {
         Helper.LogException(ex);
     }
 }