Exemplo n.º 1
0
 public OptionDefinition(string name, string category, int sortPriority, SRF.Helpers.MethodReference method)
     : this(name, category, sortPriority)
 {
     Method = method;
 }
Exemplo n.º 2
0
 public void SetMethod(SRF.Helpers.MethodReference method)
 {
     _method    = method;
     Title.text = method.MethodName;
 }