Esempio n. 1
0
        public async override Task OnDestroyAsync()
        {
            RegionManager.DestroyRegion("ContentRegion1");
            RegionManager.DestroyRegion("ContentRegion2");

            await base.OnDestroyAsync();
        }
Esempio n. 2
0
        public async override Task OnDestroyAsync()
        {
            RegionManager.DestroyRegion("FlyoutRegion");

            await base.OnDestroyAsync();
        }