Esempio n. 1
0
 public static void  RefreshTodayKLine()
 {
     foreach (string gid in GetAllGids())
     {
         try
         {
             KLine.RefreshKLine(gid, DateTime.Parse(DateTime.Now.ToShortDateString()));
         }
         catch
         {
         }
     }
 }