Reference statement does not compile
I got a form with a linkLabel on it and in the procedure InitializeComponent () I added this statement:
this I was able to compile a similar statement in C# but not in J#. I am getting an error message: Error 1 Cannot find field 'Click' in type 'System.Windows.Forms.LinkLabel' What is wrong here? Thanks.

