예제 #1
0
 private void StartAppJson()
 {
     var startjson = new StartAppJson(this);
     JSON.Add(JsonBuilder.GetJsonFromHashTable(startjson.GetJsonHashTable()));
 }
예제 #2
0
 /// <summary>
 /// Adds the start data to the list
 /// </summary>
 private void AddStartJson()
 {
     var startjson = new StartAppJson(_sessionGUID, _applicationVersion, _userGUID);
     _json.Add(JsonBuilder.GetJsonFromHashTable(startjson.GetJsonHashTable()));
 }