How can I send a value from one form to another? | Winforms
How I can take a string from a txtbox which is autocompleted and then send it to another form?
The value I need to send is txtClient.Text = (value != null) ? value.Desc : string.Empty;
How I can take a string from a txtbox which is autocompleted and then send it to another form?
The value I need to send is txtClient.Text = (value != null) ? value.Desc : string.Empty;