What is the best way to pass data to and from a Form?
So I have a class Controller_data
with a few lists and dictionaries. I have a main program that calls two Forms
that fill in various parts of the data, then does some other processing. My question is: what’s the best way to pass and gather this data? Since the Forms
themselves are classes, I’m not quite sure how to do this. I’m new to C# and a bit confused.
What is the best way to pass data to and from a Form?
So I have a class Controller_data
with a few lists and dictionaries. I have a main program that calls two Forms
that fill in various parts of the data, then does some other processing. My question is: what’s the best way to pass and gather this data? Since the Forms
themselves are classes, I’m not quite sure how to do this. I’m new to C# and a bit confused.
What is the best way to pass data to and from a Form?
So I have a class Controller_data
with a few lists and dictionaries. I have a main program that calls two Forms
that fill in various parts of the data, then does some other processing. My question is: what’s the best way to pass and gather this data? Since the Forms
themselves are classes, I’m not quite sure how to do this. I’m new to C# and a bit confused.
What is the best way to pass data to and from a Form?
So I have a class Controller_data
with a few lists and dictionaries. I have a main program that calls two Forms
that fill in various parts of the data, then does some other processing. My question is: what’s the best way to pass and gather this data? Since the Forms
themselves are classes, I’m not quite sure how to do this. I’m new to C# and a bit confused.