A
AMP
Hello
I have the following reference in a class:
public SerialPortCommunication(Form1 parentForm,string PortName)
I want to be able to pass ANY form to this reference, not just a
Form1.
I changed it to "Form" and I was told there was an explicet
conversion, but I dont know what it is.
Any help?
Thanks
Mike
I have the following reference in a class:
public SerialPortCommunication(Form1 parentForm,string PortName)
I want to be able to pass ANY form to this reference, not just a
Form1.
I changed it to "Form" and I was told there was an explicet
conversion, but I dont know what it is.
Any help?
Thanks
Mike