示例#1
0
        public async Task HideItem()
        {
            IOverlayService overlay = this.GetOverlay();

            if (overlay != null)
            {
                await overlay.HideItem(this.Item);
            }
        }