C#でウインドウ表示 Feb 9, 2017 class part02 : System.Windows.Forms.Form { static void Main() { // 文字の出力 System.Windows.Forms.Application.Run(new part02()); としているんですが、 とエラーが出ます。解決方法を教えて下さい。