/// <summary>
 /// Default Event Handler
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 protected void SystemTrayNotificationHandler(object sender, SystemTrayNotificationEventArgs e)
 {
     // This event handler is not required here exactly
     // It just facilitates the programmer to save him/her from
     // exceptions if he/she don't provides his/her own EventHandler
     // function
 }
 /// <summary>
 /// Default Event Handler
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 protected void SystemTrayNotificationHandler(object sender, SystemTrayNotificationEventArgs e)
 {
     // This event handler is not required here exactly
     // It just facilitates the programmer to save him/her from
     // exceptions if he/she don't provides his/her own EventHandler
     // function
 }