Ejemplo n.º 1
0
		public void HandleConditionsMetEvent(object sender, ConditionsMetEventArgs e)
		{
			try
			{
				using (var client = new BackgroundServiceClient())
				{
					client.CheckSMSReplies();
				}
			}
			catch (Exception ex)
			{
				Logger.WriteError(ex);
			}
		}