public ChoseStand(CoutingTable countingTable, Plot plot) { this.countingTable = countingTable; this.plot = plot; InitializeComponent(); }
public SiteClass(Plot plot, string species, int speciesIndex, CoutingTable countingTable) { this.plot = plot; this.species = species; this.speciesIndex = speciesIndex; this.countingTable = countingTable; InitializeComponent(); }
public ChoosePlot(Plot passedPlot, CoutingTable countingTable) { this.countingTable = countingTable; this.plot = passedPlot; InitializeComponent(); }