S
shapper
Hello,
I have a class with various properties: strings, integers, controls,
etc.
I made this class serializable using:
[Serializable]
public class Employee
....
My question is:
Can I do this when I have properties of type control?
What data types can my class properties have?
Thanks,
Miguel
I have a class with various properties: strings, integers, controls,
etc.
I made this class serializable using:
[Serializable]
public class Employee
....
My question is:
Can I do this when I have properties of type control?
What data types can my class properties have?
Thanks,
Miguel