Example #1
0
        private void oblicz_Click(object sender, EventArgs e)
        {
            int          kwota       = (int)this.kwota.Value;
            const string variables   = "ZL5, ZL2, ZL1, G50, G20, G10, G05, G02, G01";
            string       portfelList = listaMoneyWPortfelu();

            Dictionary <string, string> result = _executer.Run(kwota, variables, portfelList);

            aktualizujFormularz(result, obliczWykonano);
        }