示例#1
0
 /// <summary>
 ///     变量列表界面构造函数
 /// </summary>
 public VariableList(IVariableDesignRepository iRepository)
 {
     InitializeComponent();
     _iVariableDesignRepository = iRepository;
 }
示例#2
0
文件: Class1.cs 项目: WZWGeorge/RTDB
 public void Load(IVariableDesignRepository iVariableDesignRepository)
 {
     iVariableDesignRepository.Load();
 }