Hello guys.
I wrote a code that, when a thread is selected, reads data from it (pitch, length, radius, etc.)
How can I make it so that when a thread is selected, the data is displayed on the windows form(on DataGridView)?
namespace library
{
public class Class1
{
private static...