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