Exemplo n.º 1
0
 public MenuAction(MenuBuilder.ActionType type, string data) : this(type, data, null)
 {
 }
Exemplo n.º 2
0
 public MenuAction(MenuBuilder.ActionType type) : this(type, "")
 {
 }
Exemplo n.º 3
0
 public MenuAction(MenuBuilder.ActionType type, string data, string extra)
 {
     this.type  = type;
     this.data  = data;
     this.extra = extra;
 }