Exemplo n.º 1
0
        private void btnASCOK_Click(object sender, EventArgs e)
        {
            Czesc c = new Czesc();
            c.uzupelnijStan(txtBoxtoInt(txtASIdCzesci.Text), txtBoxtoInt(txtASCLiczbasztuk.Text));

            txtASCLiczbasztuk.Text = "";
            txtASIdCzesci.Text = "";
            wyswietlListeCzesci();
        }