BlipFace.ViewsManager.Close C# (CSharp) Метод

Close() публичный Метод

public Close ( ) : void
Результат void
        public void Close()
        {
            if (currentPresenter != null)
                currentPresenter.Close();
        }