class Program { public static void Main(string[] args) { Program p = new Program(); p.TestMethod(); staticFunction(); } public void ...
確定! 回上一頁