private void gerenciarFinançasToolStripMenuItem_Click(object sender, EventArgs e) { //double maxCost = manageWindow.MaxCost; //double minProfit = manageWindow.MinProfit; int percentage = manageWindow.percentage; ManageFinances upValues = new ManageFinances(this.list, percentage); upValues.Show(); }
public AddCost(ManageFinances form) { InitializeComponent(); this.up = form; }