/// <summary> /// 变量列表界面构造函数 /// </summary> public VariableList(IVariableDesignRepository iRepository) { InitializeComponent(); _iVariableDesignRepository = iRepository; }
public void Load(IVariableDesignRepository iVariableDesignRepository) { iVariableDesignRepository.Load(); }