how to call non static method in window console application

前端 未结 5 1228
萌比男神i
萌比男神i 2021-01-24 22:16

I built a console application and I\'m trying to test if my application works as expected.
I create an instance of the API class as shown in the code below but I receive an

5条回答
  •  耶瑟儿~
    2021-01-24 22:39

    change your method signature as follow

    public static Dictionary getQualWeight(String sqlConStr, String inBin, Label lblResults)
    

提交回复
热议问题