D
Doug
I have probably a simple question:
How do I declare a class to have a parameter of a certain
type? I want to declare frmAppointment to pass a
parameter of DateTime so when I call it, I call do this:
frmAppointment(dateTime)
example declaration:
public class frmAppointment : System.Windows.Forms.Form
Thanks,
Doug
How do I declare a class to have a parameter of a certain
type? I want to declare frmAppointment to pass a
parameter of DateTime so when I call it, I call do this:
frmAppointment(dateTime)
example declaration:
public class frmAppointment : System.Windows.Forms.Form
Thanks,
Doug