示例#1
0
        protected internal async Task Initialize(Entry entry)
        {
            await Task.WhenAll(LabContainer.Initialize(TestMethod.Лабараторная, entry),
                               ToolContainer.Initialize(TestMethod.Инструментальная, entry),
                               PhysicalContainer.Initialize(TestMethod.Физикальная, entry));

            PhysicalContainer.CurrentType = PhysicalContainer.TypeList.FirstOrDefault();
            RaiseDataPropetryChange();
        }
示例#2
0
 protected override void OnInitialize()
 {
     surchField.onEndEdit.AddListener(OnFliterChanged);
     toolContainer.Initialize(this);
     OnFliterChanged(null);
 }