Convert C# statement body lambda to VB

后端 未结 2 659
小鲜肉
小鲜肉 2021-01-22 01:01

It appears that VB in VS8 doesn\'t support/convert lambda expressions with a statement body. I\'m using them in my C# application, but now must convert it to VB.

I\'m c

2条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-22 02:03

    Could you make a new class that accepts the Form in the constructor and has chkSelectPanel as a field, allowing you to use instance methods as your event handlers?

提交回复
热议问题