SAMPLE.aspx >> SAMPLE.aspx.cs
パターン①
using SAMPLE.Application.Service;
namespace SAMPLE
{
private string class SAMPLE : System.Web.UI.page
{
}
}
パターン②
namespace SAMPLE.Application.Service
{
private string class SAMPLE : System.Web.UI.page
{
}
}