ส่งการบ้านครั้งที่ 7



using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;namespace
{
WindowsFormsApplication1public partial class Form1 : Form
{

{
InitializeComponent();
}

{

page2.Show();
}
}
}
public Form1()private void show_Click(object sender, EventArgs e)Form2 page2 = new Form2();