Hi,
I am trying to add a routine 'SetText' to a class. It shows up in the solution explorer:
But if I try and access that variable I get the error:
'WaitWnd.WaitWndFun' does not contain a definition for 'SetText' and no extension method 'SetText' accepting a first argument of type 'WaitWnd.WaitWndFun' could be found (are you missing a using directive or an assembly reference?
I also tried making it a Property and get the same results.
Any ideas?
I am trying to add a routine 'SetText' to a class. It shows up in the solution explorer:
But if I try and access that variable I get the error:
'WaitWnd.WaitWndFun' does not contain a definition for 'SetText' and no extension method 'SetText' accepting a first argument of type 'WaitWnd.WaitWndFun' could be found (are you missing a using directive or an assembly reference?
I also tried making it a Property and get the same results.
Any ideas?