Exemplo n.º 1
0
 private FormRedFlat frmRedFlat;             // the window for RedFlat
 public FormCrowdfunding()
 {
     InitializeComponent();
     this.cf = new CrowdFunding();
     this.frmCapitalStudio = new FormCapitolStudio();
     this.frmRedFlat       = new FormRedFlat();
     this.addSomeTestingStuff();
 }
Exemplo n.º 2
0
 public FormCrowdfunding()
 {
     InitializeComponent();
     this.cf = new CrowdFunding();
     this.frmCapitalStudio = new FormCapitolStudio();
     this.frmRedFlat       = new FormRedFlat();
     this.addSomeTestingStuff();
     this.LLOBD = new LinkedListOfBigDonations();
 }