Posts by Nicolas Costa • 71 points
2 posts
-
2
votes2
answers573
viewsA: Doubt how to send calling a method in another class
namespace WindowsFormsApp7 { public partial class Form1 : Form { private void btn_Teste_Click(object sender, EventArgs e) { _Calculos Jogo = new cl_Calculos(); string toDisplay =…
-
2
votes2
answers308
viewsA: Python function together with html, how to reconcile?
The template engine is not used to manipulate the DOM in real time. In this case, Javascript is used. HTML: <select class="form-control" id="select1" onchange="handleSelectChange()">…