예제 #1
0
 public static Props Props(ECViewModel viewModel)
 {
     return(Akka.Actor.Props.Create <ECExchanger>(viewModel));
 }
예제 #2
0
 public ECExchanger(ECViewModel viewModel)
 {
     this.viewModel = viewModel;
 }