コード例 #1
0
        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();
        }
コード例 #2
0
 public AddCost(ManageFinances form)
 {
     InitializeComponent();
     this.up = form;
 }