예제 #1
0
    public void NotifyChildShown(UIWindowPage page)
    {
        currentPage = page;
        HideAllPagesExceptCurrent();

        DoShow(false);
    }