C# Creating and using Functions

后端 未结 11 728
暗喜
暗喜 2020-12-28 18:08

I need help with C# programming; I am new to it and I come from C background. I have a Console Application like this:

using System;
using System.Collections         


        
11条回答
  •  长情又很酷
    2020-12-28 18:23

    What that build error is telling you, that you have to either have an instance of Program or make Add static.

提交回复
热议问题