コード例 #1
0
 public void RegisterForUpdate(IRelaucher App)
 {
     try
     {
         oAppList.Add(App);
     }
     catch (Exception Ex)
     {
         Logger.Error("Relauncher", "RegisterForUpdate", Ex);
     }
 }
コード例 #2
0
 public  void RegisterForUpdate(IRelaucher App)
 {
     try
     {
         oAppList.Add(App);
     }
     catch (Exception Ex)
     {
         Logger.Error("Relauncher", "RegisterForUpdate", Ex);
     }
 }