Example #1
0
    protected void OnExitImpl()
    {
        PUIManager instance = PUIManager.GetInstance(false);

        if (instance != null)
        {
            instance.PopUIWindow(this);
        }
    }