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