예제 #1
0
 public override void Handle(VerificationTestEvent @event)
 {
     NotifyOfPropertyChange(() => Test);
     NotifyOfPropertyChange(() => PercentError);
     NotifyOfPropertyChange(() => Gauge);
     NotifyOfPropertyChange(() => EvcReading);
     NotifyOfPropertyChange(() => EvcFactor);
     NotifyOfPropertyChange(() => PercentColour);
 }
예제 #2
0
 public override void Handle(VerificationTestEvent message)
 {
     NotifyOfPropertyChange(() => Test);
     NotifyOfPropertyChange(() => Test.PercentError);
     NotifyOfPropertyChange(() => Test.HasPassed);
     NotifyOfPropertyChange(() => EvcGasPressure);
     NotifyOfPropertyChange(() => GasPressure);
     NotifyOfPropertyChange(() => EvcFactor);
     NotifyOfPropertyChange(() => EvcATMPressure);
     NotifyOfPropertyChange(() => Gauge);
     NotifyOfPropertyChange(() => AtmosphericGauge);
     NotifyOfPropertyChange(() => PercentColour);
 }
        public async Task RunTest()
        {
            await _testManager.RunTest(VerificationTest.TestNumber);

            _container.Resolve <IEventAggregator>().PublishOnUIThread(VerificationTestEvent.Raise());
        }
예제 #4
0
 public override void Handle(VerificationTestEvent message)
 {
     NotifyOfPropertyChange(() => Test);
     NotifyOfPropertyChange(() => PercentError);
     NotifyOfPropertyChange(() => EVCUnsqrFactor);
 }