示例#1
0
 private void execShowDetail(DataGridViewRow drShow)
 {
     if (this.m_dvLogData.Count != 0)
     {
         DetailLog.myLogForm = this;
         myDetailLog         = new DetailLog();
         myDetailLog.setShowDetail(drShow);
         myDetailLog.ShowDialog();
     }
 }
示例#2
0
 private void execShowDetail(DataGridViewRow drShow)
 {
     if (this.m_dvLogData.Count != 0)
     {
         DetailLog.myLogForm = this;
         myDetailLog = new DetailLog();
         myDetailLog.setShowDetail(drShow);
         myDetailLog.ShowDialog();
     }
 }