Exemple #1
0
 public override SimpleJSON.JSONClass GetProperties()
 {
     SimpleJSON.JSONClass N = base.GetProperties();
     N = gadgetRef.GetProperties(N);
     return(gadgetRef.GetProperties(N));
 }