A Windows Program Example
§using System;
§using System.Drawing;
§using System.Collections;
§using System.ComponentModel;
§using System.Windows.Forms;
§using System.Data;
§namespace WindowsApplication1 {public class Form1 : System.Windows.Forms.Form {
–private System.Windows.Forms.Button button1;
–private System.Windows.Forms.Label label1;
–private System.ComponentModel.Container components = null;
§
§ public Form1(string args) {InitializeComponent(args);}
§
§ protected override void Dispose( bool disposing ) {
§ if(disposing) if(components != null) components.Dispose();
§ base.Dispose( disposing );}
§
§ private void InitializeComponent(string args) { this.button1 = new