Exemplo n.º 1
0
 public static void SetValue(this SmartObject smartObject, string name, bool value)
 {
     smartObject.SetBoolValue(name, value);
 }
Exemplo n.º 2
0
 public static void SetValue(this SmartObject smartObject, uint index, bool value)
 {
     smartObject.SetBoolValue(index, value);
 }