public Region() { if (DesignerProperties.GetIsInDesignMode(this)) { return; } _navigationService = MVVMCNavigationService.GetInstance(); this.Loaded += OnRegionLoaded; this.Unloaded += OnRegionUnloaded; }
public static INavigationService GetNavigationServiceInstance() { return(MVVMCNavigationService.GetInstance()); }
public Region() { _navigationService = MVVMCNavigationService.GetInstance(); this.Loaded += OnRegionLoaded; this.Unloaded += OnRegionUnloaded; }