internal void LoadInfoFrom(StatementHeader header)
 {
     if (header != null)
     {
         this.Month = header.Month;
         this.Year = header.Year;
         this.Type = header.Type;
         this.Issuer = header.Issuer.Clone();
         this.Company = header.Company.Clone();
         this.Summary = new StatementSummary();
     }
 }
Ejemplo n.º 2
0
 internal void LoadInfoFrom(StatementHeader header)
 {
     if (header != null)
     {
         this.Month   = header.Month;
         this.Year    = header.Year;
         this.Type    = header.Type;
         this.Issuer  = header.Issuer.Clone();
         this.Company = header.Company.Clone();
         this.Summary = new StatementSummary();
     }
 }