サンプル  プログラム1

1: usingSystem;

2: usingSystem.Windows.Forms;

3:

4: classHello:Form

5: {

6:   publicstaticvoidMain()

7:   {

8:     Hellohw=newHello();

9:     Application.Run(hw);

10:   }

11: }