public void RegisterForUpdate(IRelaucher App)
 {
     try
     {
         oAppList.Add(App);
     }
     catch (Exception Ex)
     {
         Logger.Error("Relauncher", "RegisterForUpdate", Ex);
     }
 }
 public  void RegisterForUpdate(IRelaucher App)
 {
     try
     {
         oAppList.Add(App);
     }
     catch (Exception Ex)
     {
         Logger.Error("Relauncher", "RegisterForUpdate", Ex);
     }
 }