Esempio n. 1
0
 public MvxChildViewModelOwnerAdapter(IMvxEventSourceActivity eventSource)
     : base(eventSource)
 {
     if (!(eventSource is IMvxChildViewModelOwner))
     {
         throw new MvxException("You cannot use a MvxChildViewModelOwnerAdapter on {0}",
                                eventSource.GetType().Name);
     }
 }