Algebra.QL.Print.Stmnt.BlockStmnt.BlockStmnt C# (CSharp) 메소드

BlockStmnt() 공개 메소드

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