Exemplo n.º 1
0
 protected override bool Update(object newValue)
 {
     if (Column != "AdImageChanged" && Column != "AdImageUpdated")
     {
         ElectionsPoliticians.UpdateColumn(ElectionsPoliticians.GetColumn(Column), newValue,
                                           ThisControl.SafeGetElectionKey(), ThisControl.SafeGetOfficeKey(),
                                           ThisControl.AdSetupCandidate.Value);
     }
     return(true);
 }