Exemplo n.º 1
0
        public virtual void Execute()
        {
            exchanger.Execute();
            ExchangerOut ir = innerExchangerResult;

            result.Update(ir.P, ir.R, DefineCorrectionFactor(ir), ir.Mtd);
        }
Exemplo n.º 2
0
 private void ComboBox_SelectionChanged(object sender, SelectionChangedEventArgs e)
 {
     CreateAndBindExchanger();
     exchanger.Execute();
 }