Exemplo n.º 1
0
 void OnClickListener(object sender, RoutedEventArgs e)
 {
     this._param.Dependency._reactor.action.OnNext(ActionStruct.Dispatcher(ActionStruct.Action.didLoad));
 }
Exemplo n.º 2
0
 void PageLoaded(object sender, RoutedEventArgs e)
 {
     Debug.WriteLine("PageLoaded Main");
     this._param.Dependency._reactor.action.OnNext(ActionStruct.Dispatcher(ActionStruct.Action.didLoad));
 }