Exemple #1
0
 public LeafMenuItem(string inName, IActionator actionator)
 {
     name            = inName;
     this.actionator = actionator;
 }