예제 #1
0
 protected void RegisterTouchViewCreator(MvxMacViewsContainer container)
 {
     this.RegisterServiceInstance<IMvxMacViewCreator>(container);
 }
예제 #2
0
 protected sealed override MvxViewsContainer CreateViewsContainer()
 {
     var container = new MvxMacViewsContainer();
     RegisterTouchViewCreator(container);            
     return container;
 }