Esempio n. 1
0
 public void PublishEnergizationChange(List <UIUpdateModel> update)
 {
     try
     {
         proxy.PublishEnergizationChange(update);
     }
     catch { }
 }