private void button3_Click(object sender, EventArgs e) { P1 p1 = new P1(); p1.calcprecizie(); P2 p2 = new P2(); textBox4.Clear(); textBox4.AppendText(p2.retasoc(p1.u*10).ToString()); }
private void button3_Click(object sender, EventArgs e) { P1 p1 = new P1(); p1.calcprecizie(); P2 p2 = new P2(); textBox4.Clear(); textBox4.AppendText(p2.retasoc(p1.u * 10).ToString()); }