Exemplo n.º 1
0
Arquivo: Snapshot.cs Projeto: ifzz/FDK
 void OnFinancialInfoChanged(object sender, StateInfoEventArgs e)
 {
     this.Update(e.Information);
 }
Exemplo n.º 2
0
 void StateInfoChanged(object sender, StateInfoEventArgs e)
 {
     Console.WriteLine("Generation = {0}; Margin = {1}", e.Information.Generation, e.Information.Margin);
 }
Exemplo n.º 3
0
 private void StateCalculator_StateInfoChanged(object sender, StateInfoEventArgs e)
 {
    // stateInfoEvent.Set();
 }