单项选择题

C#窗体程序入口点方法的定义为()。

A.public static void Main(){……}
B.public void Main(){……}
C.public static intWinMain(){……}
D.public static intmain(){……}