示例#1
0
 private void AddExpression(string name)
 {
     using (new UndoScope(_composition, true))
         _composition.AddExpression(name);
 }