4
Answers

How to call this function

Photo of Ramco Ramco

Ramco Ramco

1y
404
1

Hi

  In Main i want to call Start()

static void Main(string[] args)
        {
             Start();
        }

async Task Start()
        {}

Thanks

Answers (4)