コード例 #1
0
ファイル: Default.aspx.cs プロジェクト: nlrarojas/slothSystem
 protected void Page_Load(object sender, EventArgs e)
 {
     analystBusiness = new AnalystBusiness();
     startingApplication();
 }
コード例 #2
0
 protected void Page_Load(object sender, EventArgs e)
 {
     analystBusiness = new AnalystBusiness();
 }