Exemplo n.º 1
0
 public void FillFromOther(IRecord other)
 {
     if (other == null)
     {
         return;
     }
     ssSTError.FillFromOther((IRecord)other.AttributeGet(IdError));
 }