Exemplo n.º 1
0
 public void RegisterForUpdate(IRelaucher App)
 {
     try
     {
         oAppList.Add(App);
     }
     catch (Exception Ex)
     {
         Logger.Error("Relauncher", "RegisterForUpdate", Ex);
     }
 }
Exemplo n.º 2
0
 public  void RegisterForUpdate(IRelaucher App)
 {
     try
     {
         oAppList.Add(App);
     }
     catch (Exception Ex)
     {
         Logger.Error("Relauncher", "RegisterForUpdate", Ex);
     }
 }