|
|
I have a simple question about CCCP . when I enable "Public" --> "Class" option of CCCP.
the follwing code will give me a message about no comment at line "public partial class BDQ020 : System.Web.UI.Page"
namespace Systex.Web.BD.BD020
{
/// <summary>
///
/// </summary>
public partial class BDQ020 : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}
I feel confuse about this error message.
Can some one provide a feedback about this?
Regards,
Lu
|
|