Exemplo n.º 1
0
 public static void stopDelayCall(string id)
 {
     //if (instence != null)
     //{
     //    getInstence().tm.stopDelay(id);
     //}
     if (dm != null)
     {
         dm.stopDelay(id);
     }
 }