private static string GetBmGroup(TreeNode pNode,string GetBm)
{ foreach(TreeNode node in pNode.Nodes)
{
    GetBm=GetBm+"'"+ GetBm +"',";
    GetBmGroup(node.Nodes,GetBm);
}
return GetBm;
}
报错:“HRSystem.Win.HRInfo.RSXX.frmEmployee.GetBmGroup(System.Windows.Forms.TreeNode, string)”最匹配的重载方法具有一些无效参数