Bloom.DeletePageCommand.DeletePageCommand C# (CSharp) Method

DeletePageCommand() public method

public DeletePageCommand ( ) : System
return System
        public DeletePageCommand()
            : base("deleteCurrentPage")
        {
        }
DeletePageCommand