Algebra.QL.Print.Stmnt.BlockStmnt.BlockStmnt C# (CSharp) Method

BlockStmnt() public method

public BlockStmnt ( IPrintStmnt s ) : System.Windows.Documents
s IPrintStmnt
return System.Windows.Documents
        public BlockStmnt(IPrintStmnt s)
        {
            Body = s;
        }