小编Rij*_*jan的帖子

#endregion 指令预期但} 匹配

以下代码在文件末尾给出了一个错误 #endregion 指令。我已经进行了身体检查,但所有的 } 都是匹配的。

namespace Labour
{
    public partial class frm_GP_ProjectLPO : Form
    {
        #region PublicVariables
        //    int inNarrationCount = 0;
        //    string strCashOrParty = string.Empty;
        //    string strPrefix = string.Empty;
        //    string strSuffix = string.Empty;
        //    string strVoucherNo = string.Empty;
        //    string strOrderNo = string.Empty;
        //    string strBarcode = string.Empty;
        //    string strStatus = string.Empty;
        //    //ArrayList lstArrOfRemove = new ArrayList();
        //    string tableName = "PurchaseOrderMaster";
        //    string strProductCode = string.Empty;
        //    public static bool isEdit = false; …
Run Code Online (Sandbox Code Playgroud)

c#

0
推荐指数
1
解决办法
2万
查看次数

标签 统计

c# ×1