Exemplo n.º 1
0
 public void StopMonitoring()
 {
     //try
     //{
     AddItem(currentProcess, DateTime.Now, true);
     ApplicationIsLost(currentProcess, DateTime.Now);
     mon.Dispose();
     //}
     //catch (Exception ex)
     //{
     //    MessageBox.Show(ex.Message, "Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
     //}
 }