Posts by Nuno Santos • 9 points
2 posts
-
0
votes3
answers300
viewsA: How should I deal with mistakes?
Preventing user errors does not mean you cannot have syntax errors for example. Here was what I would do: static void Main(string[] args) { string aux; // variavel auxiliar que ira receber o que o…
-
0
votes1
answer213
viewsQ: Keeping variable values in a class
I am creating a UWP application that will need to communicate with multiple modules (Rduino) by RS485. At this time and for testing I created a small application that communicates with any of these…
c#asked Nuno Santos 9