コード例 #1
0
 public Form1()
 {
     this.studentBuisness = new StudentBuisness();
     InitializeComponent();
 }
コード例 #2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     this.studentBusiness = new StudentBuisness();
     RefreshData();
 
 }