サンプル プログラム 1
1: using System;
2: using System.Windows.Forms;
3:
4: class Hello: Form
5: {
6: public static void Main()
7: {
8: Hello hw = new Hello();
9: Application.Run(hw);
10: }
11: }
1: using System;
2: using System.Windows.Forms;
3:
4: class Hello: Form
5: {
6: public static void Main()
7: {
8: Hello hw = new Hello();
9: Application.Run(hw);
10: }
11: }