Exemplo n.º 1
0
 public void delAttLog_Click(string fromTime, string toTime, bool timePeriod)
 {
     if (timePeriod == true)
     {
         SDK.sta_DeleteAttLogByPeriod(fromTime, toTime);
     }
     else
     {
         SDK.sta_DeleteAttLog();
     }
 }