예제 #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
파일: LogForm.cs 프로젝트: lexzh/Myproject
 private void execShowDetail(DataGridViewRow drShow)
 {
     if (this.m_dvLogData.Count != 0)
     {
         DetailLog.myLogForm = this;
         myDetailLog = new DetailLog();
         myDetailLog.setShowDetail(drShow);
         myDetailLog.ShowDialog();
     }
 }