Example #1
0
 public PDFCreator(Investor2 investor)
 {
     this.Investor = investor;
 }
Example #2
0
 public InvestorForm(Investor2 investor)
 {
     InitializeComponent();
     selectedInvestor = investor;
 }