Esempio n. 1
0
 public CommandParameter(CommandParameterTemplate template, int value)
 {
     this.Template = template;
     this.Value    = value;
 }
Esempio n. 2
0
 public CommandParameter(CommandParameterTemplate template)
 {
     this.Template = template;
     this.Value    = template.DefaultValue;
 }