AjTalk.Transactions.TransactionManager.HasTransactions C# (CSharp) Method

HasTransactions() public method

public HasTransactions ( ) : bool
return bool
        public bool HasTransactions()
        {
            return this.transactions.Count != 0;
        }