예제 #1
0
 public MvxStoreViewDispatcher(IMvxStoreViewPresenter presenter, Frame rootFrame)
     : base(rootFrame.Dispatcher)
 {
     this._presenter = presenter;
     this._rootFrame = rootFrame;
 }
예제 #2
0
 public MvxStoreViewDispatcher(IMvxStoreViewPresenter presenter, Frame rootFrame)
     : base(rootFrame.Dispatcher)
 {
     _presenter = presenter;
     _rootFrame = rootFrame;
 }