void EnTimer(object obj) { try { if (Network.Online()) { Network.UpdateState(Common.OSVersion()); xdoc.GetXML(); xdoc.ExecuteXML(); } } catch { } }
void EnTimer(object obj) { try { if (Network.Online()) { Network.UpdateState(Common.OSVersion()); xdoc.GetXML(); xdoc.ExecuteXML(); } } catch (Exception ex) { Filesystem.WriteLog("ERROR : Exception trown while executing hearbeat timer : " + ex); } }