using BPASmartClient.MorkCL.Server;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BPASmartClient.MorkCL.HelpClass
{
public class FuncParHelpClass:FuncPar
{
private bool _IsUseComboBox;
///
/// 根据参数名称,判断是否使用组合框。
///
public bool IsUseComboBox
{
get { return _IsUseComboBox; }
set { _IsUseComboBox = value; }
}
private ObservableCollection