示例#1
0
 public AddToLabelList(OutputModelFactory factory, string listName, Decl.Decl label)
     : base(factory)
 {
     this.label = label;
     this.listName = listName;
 }
示例#2
0
 public AddToLabelList(OutputModelFactory factory, string listName, Decl.Decl label)
     : base(factory)
 {
     this.label    = label;
     this.listName = listName;
 }