摘要:
Const CON_REGION_START As String = "//#region"
Const CON_REGION_END As String = "//#endregion"
Const CON_START_COMMENT As String = "//△Region:"
Private Shared CON_LENGTH_OF_REGION_START As Integer = Len(CON_REGION_START)
Private Shared CON_LENGTH_OF_REGION_END As Integer = Len(CON_REGION_END)
Private Shared CON_LENGTH_OF_COMMENT_START As Integer = Len(CON_START_COMMENT)
阅读全文
posted @ 2009-12-30 08:54
吴启萍
阅读(1092)
评论(0)
推荐(0)
浙公网安备 33010602011771号