Ejemplo n.º 1
0
 private void LoadTroubleLog()
 {
     dtpStartTime.Value = DateTime.Now.Date;
     dtpEndTime.Value   = DateTime.Now.Date;
     TroubleLogInfoAdd(systemLogCheck.SelectTroubleLogInfoByTimeQuantum("SelectTroubleLogInfoByTimeQuantum", dtpStartTime.Value.ToString(), dtpEndTime.Value.AddDays(1).ToString()));
 }