示例#1
0
 public AD7Expression(Variable var)
 {
     m_var = var;
 }
示例#2
0
 public AD7Property(Variable vi)
 {
     m_variableInformation = vi;
 }